Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RomeSilvanus opened this issue Feb 26, 2018 · 1 comment

Comments

@RomeSilvanus
Copy link

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

@frrei
Copy link

frrei commented Apr 8, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants