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

Question: why allow_other is need for auto_mount #244

Closed
sirloon opened this issue Jun 5, 2023 · 1 comment
Closed

Question: why allow_other is need for auto_mount #244

sirloon opened this issue Jun 5, 2023 · 1 comment

Comments

@sirloon
Copy link

sirloon commented Jun 5, 2023

Hi, I've been playing around with fuser, specially the auto_unmount option which I'm interested in. I'm not sure though why allow_other is automatically added to the options when auto unumount is set:

modified_options.push(MountOption::AllowOther);

If it goes through fusermount, why allowing access to "others" is required? I tested it without that option, it works as far I can tell, but I'm probably missing something there...

Thanks!

Env: 18.04.1-Ubuntu, Linux 5.4.0, fuse 2.9.7

@sirloon
Copy link
Author

sirloon commented Jun 5, 2023

duplicate of #230, sorry for the noise...

@sirloon sirloon closed this as completed Jun 5, 2023
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

1 participant