diff options
author | brueffer <brueffer@FreeBSD.org> | 2004-07-18 01:51:59 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2004-07-18 01:51:59 +0000 |
commit | 7b7ced8d0f11ee7ae8aabc5aeb758ca5be8042ca (patch) | |
tree | 3821d474f6b76c5fde4cefd5cd09f51c167789e2 | |
parent | 06c2659597c719401f59e59b28617e72b5d59971 (diff) | |
download | FreeBSD-src-7b7ced8d0f11ee7ae8aabc5aeb758ca5be8042ca.zip FreeBSD-src-7b7ced8d0f11ee7ae8aabc5aeb758ca5be8042ca.tar.gz |
Mention the vfs.usermount sysctl.
Obtained from: NetBSD via DragonFly BSD
MFC after: 3 days
-rw-r--r-- | sbin/mount_unionfs/mount_unionfs.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/mount_unionfs/mount_unionfs.8 b/sbin/mount_unionfs/mount_unionfs.8 index 2a41aa6..4232a44 100644 --- a/sbin/mount_unionfs/mount_unionfs.8 +++ b/sbin/mount_unionfs/mount_unionfs.8 @@ -87,6 +87,10 @@ Hide the lower layer completely in the same way as mounting with To enforce file system security, the user mounting the file system must be superuser or else have write permission on the mounted-on directory. +In addition, the +.Em vfs.usermount +.Xr sysctl 3 +variable must be set to 1 to permit file system mounting by ordinary users. .Pp Filenames are looked up in the upper layer and then in the lower layer. |