cberner / fuser

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

Improve error when user_allow_other is missing #187

Closed cberner closed 2 years ago

cberner commented 2 years ago

Returns a more meaningful error message when user_allow_other is missing from /etc/fuse.conf. Only implemented when compiled without the libfuse feature

Fixes #167