havardgulldahl / jottalib

A library to access files stored at jottacloud.com.
GNU General Public License v3.0
83 stars 19 forks source link

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

Open RomeSilvanus opened 6 years ago

RomeSilvanus commented 6 years ago

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

frrei commented 6 years ago

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.