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

Add --no-default-permissions flag based on latest fuse library. #591

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Arcayr
Copy link

@Arcayr Arcayr commented Dec 17, 2020

As per #590.

This also includes an updated fuse library which had some mandatory changes to elsewhere in the codebase.

@kahing
Copy link
Owner

kahing commented Mar 26, 2021

any reason to use this instead of say, --dir-mode=0777 --file-mode=0666?

@Arcayr
Copy link
Author

Arcayr commented Apr 20, 2021

S3 doesn't really have a unix-like permissions model, as far as I'm aware. But mostly for consistency with similar implementations, if I may copy the commentary from the fuse library prior to my changes:

// Note that in contrast to the defaults for FUSE, this package mounts file
// systems in a manner such that the kernel checks inode permissions in the
// standard posix way. This is implemented by setting the default_permissions
// mount option (cf. http://goo.gl/1LxOop and http://goo.gl/1pTjuk).

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

2 participants