harababurel / harababurel/gcsf
Enforce file permissions
Open
bug
enhancement
- Dominant language
- Rust
- Stars
- 2.4k
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
`chmod` does not work because the [`setattr`](https://docs.rs/fuse/latest/fuse/trait.Filesystem.html#method.setattr) method defined in the `fuse` crate does not allow setting file permissions (AFAICT).
Find a way to add support for setting file attributes. Alternatively, look into the `default_permissions` mount options.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.