cloud-hypervisor / fuse-backend-rs

Rust crate for implementing FUSE backends
Apache License 2.0
129 stars 63 forks source link

linux_session: Make allow_other mount option optional #153

Closed cbrewster closed 9 months ago

cbrewster commented 9 months ago

The allow_other mount option typically requires root user permissions unless configured otherwise on the machine. It would be nice if this was configurable to allow for unprivileged mounting.

For non-root users to use this option the system must have 'user_allow_other' set in /etc/fuse.conf.

flokli commented 9 months ago

MacOS failures seem unrelated.

jiangliu commented 9 months ago

MacOS failures seem unrelated.

Yes, it's independent of this PR and just get fixed. Could you please help to rebase?

cbrewster commented 9 months ago

Yes, it's independent of this PR and just get fixed. Could you please help to rebase?

Done.