libfuse/lib
Mattias Nissler da7c9b228a Add unprivileged option in mount.fuse3
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-10-09 20:36:22 +01:00
..
modules Don't redefine FUSE_USE_VERSION 2017-07-06 18:30:13 +02:00
buffer.c Extended per-file comments. 2016-10-02 21:20:44 -07:00
cuse_lowlevel.c Don't use external symbol names in internal files 2017-09-19 16:47:40 +01:00
fuse_i.h Don't use external symbol names in internal files 2017-09-19 16:47:40 +01:00
fuse_loop_mt.c Do not include struct fuse_buf in struct fuse_worker 2018-09-17 10:45:16 +01:00
fuse_loop.c fuse_loop(): don't return non-zero if there was no error 2017-08-23 23:37:35 +02:00
fuse_lowlevel.c Allow passing /dev/fuse file descriptor from parent process 2018-10-09 20:36:22 +01:00
fuse_misc.h Added public fuse_lib_help(), bumped minor version 2017-07-08 12:48:08 +02:00
fuse_opt.c Extended per-file comments. 2016-10-02 21:20:44 -07:00
fuse_signals.c Drop unneeded void cast for actually used local variable 2018-04-13 10:14:46 -07:00
fuse_versionscript Add unprivileged option in mount.fuse3 2018-10-09 20:36:22 +01:00
fuse.c Fix memory leak of FUSE modules 2018-08-26 09:55:06 +01:00
helper.c Add unprivileged option in mount.fuse3 2018-10-09 20:36:22 +01:00
meson.build Add unprivileged option in mount.fuse3 2018-10-09 20:36:22 +01:00
mount_bsd.c fuse_kern_unmount(): close fd before calling umount 2017-09-11 11:19:06 +01:00
mount_util.c Allow passing /dev/fuse file descriptor from parent process 2018-10-09 20:36:22 +01:00
mount_util.h Allow passing /dev/fuse file descriptor from parent process 2018-10-09 20:36:22 +01:00
mount.c Fix compiler warnings of gcc-5.4.x 2017-08-01 16:26:23 +02:00