jottalib icon indicating copy to clipboard operation
jottalib copied to clipboard

Allow using the FUSE option 'allow_other' so other user and programs running as another user can acces the mount.

Open RomeSilvanus opened this issue 6 years ago • 1 comments

As the title stated. I didn't find a way to enable it so I guess it doesn't exist at the moment.

RomeSilvanus avatar Feb 26 '18 20:02 RomeSilvanus

It don't exist at the moment. It is easy to add. In the file cli.py at the end of function fuse is the call to FUSE. I simply add "allow_other=True".

But the correct way is to add argument that control allow_other.

frrei avatar Apr 08 '18 15:04 frrei