cberner / fuser

Filesystem in Userspace (FUSE) for Rust
MIT License
836 stars 114 forks source link

allow_root does not work correctly #125

Closed cberner closed 3 years ago

cberner commented 3 years ago

Specifying allow_root & auto_unmount leads to a crash since it's not supported by fusermount. It appears that allow_root is suppose to be implemented in the library, rather than the kernel. See https://github.com/libfuse/libfuse/blob/e032ca7a88afe1a7cd028ca63e2993af9c0b91af/lib/fuse_lowlevel.c#L2615-L2623