| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-04 | Add build option to skip steps requiring root permissions | DrDaveD | -1/+2 | |
| 2018-11-19 | examples: add copy_file_range() support to passthrough(_fh) | Niels de Vos | -1/+1 | |
| The passthrough example filesystem can be used for validating the API and the implementation in the FUSE kernel module. | ||||
| 2018-10-09 | Add unprivileged option in `mount.fuse3` | Mattias Nissler | -2/+4 | |
| 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-09-17 | Don't special-case bulid of mount_util.c. | Nikolaus Rath | -11/+1 | |
| We already support out of source builds without this. | ||||
| 2018-08-31 | Do not hardcode /etc/fuse.conf path. | Nikolaus Rath | -3/+8 | |
| 2017-10-20 | make udevrulesdir configurable | Joerg Thalheim | -2/+6 | |
| on nixos we install fuse in its own hierarchy independent from systemd. | ||||
| 2017-08-02 | Ask pkgconfig where we should install udev rules | Heiko Becker | -1/+4 | |
| 2017-07-07 | Don't use emacs' python-mode for meson files | Nikolaus Rath | -3/+0 | |
| There is a proper meson-mode now. | ||||
| 2017-01-12 | Added experimental support for building with Meson+Ninja | Nikolaus Rath | -0/+27 | |
