Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-10-09 | Add unprivileged option in `mount.fuse3` | Mattias Nissler | -15/+194 | |
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-05-11 | add_arg(): check for overflow | Nikolaus Rath | -0/+5 | |
Fixes: #222. | ||||
2017-12-01 | Handle mount ... -o nofail (#221) | Josh Soref | -0/+1 | |
Accept (and ignore) nofail mount option | ||||
2013-07-24 | libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc | Miklos Szeredi | -0/+2 | |
add AC_SYS_LARGEFILE to your configure.ac instead. | ||||
2011-03-30 | Do not pass NULL to xstrdup | Laszlo Papp | -8/+12 | |
2008-07-10 | Fix handling of (no)suid and (no)dev options... | Miklos Szeredi | -9/+27 | |
2007-12-12 | change indenting | Miklos Szeredi | -168/+185 | |
2007-06-21 | Add fs subtype support to mount.fuse | Miklos Szeredi | -15/+55 | |
2007-04-18 | Replace utils/mount.fuse "sh" script with a "C" program | Miklos Szeredi | -0/+151 | |