-
Notifications
You must be signed in to change notification settings - Fork 130
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
Can't disable default_permissions #95
Comments
Also, the allow_other option should be disablable, or better yet not the default. |
FYI ntfs3g solves this problem by adding a |
asomers
added a commit
to asomers/fuse-ext2
that referenced
this issue
Sep 5, 2023
Ever since 0528a7c these options have been always-on. Now they will actually be defaults: if the user supplies nodefault_permissions or noallow_other on the command line, then default_permissions or allow_other will not be set, respectively. This commit does not change the behavior of local or noappledouble on OSX, because I don't have any Apple systems to test it on. Fixes alperakcan#95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The commit 0528a7c sets
default_permissions
as a default parameter. Is there a way to mount without this permission?Example application: Mount an image (owned by the current user) and try to edit files owned by root. This seems to be impossible, even through the user owns the image.
The text was updated successfully, but these errors were encountered: