Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-07-03 | Fix the typo "filed" -> "field" in fuse manpage (#524) | winndows | -1/+1 | |
Fix the typo "filed" -> "field" in fuse manpage. Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn> Co-authored-by: Liao Pingfang <liao.pingfang@zte.com.cn> | ||||
2018-10-09 | Add unprivileged option in `mount.fuse3` | Mattias Nissler | -0/+10 | |
The unprivileged option allows to run the FUSE file system process without privileges by dropping capabilities and preventing them from being re-acquired via setuid / fscaps etc. To accomplish this, mount.fuse sets up the `/dev/fuse` file descriptor and mount itself and passes the file descriptor via the `/dev/fd/%u` mountpoint syntax to the FUSE file system. | ||||
2018-07-04 | Fix manpage filename for mount.fuse3 | Laszlo Boszormenyi (GCS) | -0/+247 | |