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

args: allow_root default False #376

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

milahu
Copy link

@milahu milahu commented Oct 12, 2021

make compatible with default config in /etc/fuse.conf

allow_root=True requires user_allow_other, which is default off

error was

fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf

edit: dammit, still getting the error, even with -o allow_other=false,allow_root=false
edit 2: fixed by removing the args.allow_root = True code

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

Successfully merging this pull request may close these issues.

None yet

1 participant