mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-27 06:04:27 +08:00
da7c9b228a
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. |
||
---|---|---|
.. | ||
modules | ||
buffer.c | ||
cuse_lowlevel.c | ||
fuse_i.h | ||
fuse_loop_mt.c | ||
fuse_loop.c | ||
fuse_lowlevel.c | ||
fuse_misc.h | ||
fuse_opt.c | ||
fuse_signals.c | ||
fuse_versionscript | ||
fuse.c | ||
helper.c | ||
meson.build | ||
mount_bsd.c | ||
mount_util.c | ||
mount_util.h | ||
mount.c |