mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Mention the vfs.usermount sysctl.
Obtained from: NetBSD via DragonFly BSD MFC after: 3 days
This commit is contained in:
parent
2260c03d77
commit
64dc8bf780
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue