diff options
author | mm <mm@FreeBSD.org> | 2012-02-29 00:30:18 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-02-29 00:30:18 +0000 |
commit | 77766742e1d536bb65e0b2b9b7bab06d722ccb58 (patch) | |
tree | 9e8b5829d1a16cb06fc3ca6022a02aebe8d85d25 /usr.sbin/jail/jail.8 | |
parent | 2db0395534d0b3319e7f923a1be5bc6410c3d006 (diff) | |
download | FreeBSD-src-77766742e1d536bb65e0b2b9b7bab06d722ccb58.zip FreeBSD-src-77766742e1d536bb65e0b2b9b7bab06d722ccb58.tar.gz |
Add procfs to jail-mountable filesystems.
Reviewed by: jamie
MFC after: 1 week
Diffstat (limited to 'usr.sbin/jail/jail.8')
-rw-r--r-- | usr.sbin/jail/jail.8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 69fdec5..7f08683 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -428,6 +428,14 @@ This permission is effective only together with and if .Va enforce_statfs is set to a value lower than 2. +.It Va allow.mount.procfs +privileged users inside the jail will be able to mount and unmount the +procfs file system. +This permission is effective only together with +.Va allow.mount +and if +.Va enforce_statfs +is set to a value lower than 2. .It Va allow.mount.zfs privileged users inside the jail will be able to mount and unmount the ZFS file system. |