aboutsummaryrefslogtreecommitdiffstats
path: root/util/meson.build
AgeCommit message (Collapse)AuthorLines
2019-12-31Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos-1/+1
Define FUSE_USE_VERSION < 35 to get old ioctl prototype with int commands; define FUSE_USE_VERSION >= 35 to get new ioctl prototype with unsigned int commands. Fixes #463.
2019-07-04Add build option to skip steps requiring root permissionsDrDaveD-1/+2
2018-11-19examples: 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-09Add 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-17Don't special-case bulid of mount_util.c.Nikolaus Rath-11/+1
We already support out of source builds without this.
2018-08-31Do not hardcode /etc/fuse.conf path.Nikolaus Rath-3/+8
2017-10-20make udevrulesdir configurableJoerg Thalheim-2/+6
on nixos we install fuse in its own hierarchy independent from systemd.
2017-08-02Ask pkgconfig where we should install udev rulesHeiko Becker-1/+4
2017-07-07Don't use emacs' python-mode for meson filesNikolaus Rath-3/+0
There is a proper meson-mode now.
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-0/+27