cberner / fuser

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

Use EPERM instead of ENOSYS for link and symlink #193

Closed madmo closed 2 years ago

madmo commented 2 years ago

userspace programs expect EPERM if (sym)linking is not supported. See man 2 link and man 2 symlink.

cberner commented 2 years ago

Thanks!