CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/19 07:01:34
Modified files:
lib/libfuse : fuse.c fuse_private.h
sys/miscfs/fuse: fuse_vfsops.c fuse_vnops.c fusefs.h
sys/sys : mount.h
Log message:
Changes the default mount behaviour so only the user that mounts the
file system can access it unless the allow_other mount options is
specified. The allow_other mount option makes the file system
available to other users just like any other mounted file system.
ok mpi@
