cberner / fuser

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

`users` is unmaintained #246

Closed oxalica closed 1 year ago

oxalica commented 1 year ago

https://rustsec.org/advisories/RUSTSEC-2023-0040

Seems we only use its get{u,g}id for mount flags, which can be replaced by rustix::process::get{u,g}id or the raw libc::get{u,g}id. https://github.com/cberner/fuser/blob/39d4177e809c7ee3b6757136fee8a28d5f41f040/src/mnt/fuse_pure.rs#L346-L347