mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 12:14:15 +08:00
54b8cd6757
dmask: umask applied to directories fmask: umask applied to non-directories to get "typical" permission bits for regular files (0644) and directories (0755), a single umask option is not sufficient (or well, it isn't the way fuse implements it) there is precident for separate umask and dmask options in other filesystems (see for example fat: https://github.com/torvalds/linux/tree/master/fs/fat) this addition should not affect backward-compatibility; the original umask option retains the same meaning, but non-zero fmask or dmask will override it. |
||
---|---|---|
.. | ||
modules | ||
buffer.c | ||
compat.c | ||
cuse_lowlevel.c | ||
fuse_i.h | ||
fuse_log.c | ||
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 |