aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-02-29 00:30:18 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-02-29 00:30:18 +0000
commit41c0675e6e55c9588951b462d21bfd028638365e (patch)
tree9e8b5829d1a16cb06fc3ca6022a02aebe8d85d25 /usr.sbin/jail
parent5b2a5decd1e6b61fc8080209ded10a7781eac828 (diff)
downloadsrc-41c0675e6e55c9588951b462d21bfd028638365e.tar.gz
src-41c0675e6e55c9588951b462d21bfd028638365e.zip
Add procfs to jail-mountable filesystems.
Reviewed by: jamie MFC after: 1 week
Notes
Notes: svn path=/head/; revision=232278
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r--usr.sbin/jail/jail.88
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index 69fdec5411ea..7f0868324453 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.