cberner / fuser

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

Fix forget & batch_forget when access is restricted #174

Closed cberner closed 3 years ago

cberner commented 3 years ago

These would fail when neither of allow_root or allow_other were set

Fixes #173