diff options
author | jamie <jamie@FreeBSD.org> | 2015-02-06 17:54:53 +0000 |
---|---|---|
committer | jamie <jamie@FreeBSD.org> | 2015-02-06 17:54:53 +0000 |
commit | 6064614ca50b8b6311bd60d1f85c0dcba8ef8954 (patch) | |
tree | 9e8cccaf8029958ef0dcf0ee5eb814aeb4b1f65b /usr.sbin/jail/jail.8 | |
parent | 7bd92dacb8d7f8dabe4266e8eaa7c14c339b09e4 (diff) | |
download | FreeBSD-src-6064614ca50b8b6311bd60d1f85c0dcba8ef8954.zip FreeBSD-src-6064614ca50b8b6311bd60d1f85c0dcba8ef8954.tar.gz |
Add mount.procfs jail parameter, so procfs can be mounted when a prison's
root is in its fstab.
Also fix a typo while I'm at it.
PR: 197237 197066
MFC after: 3 days
Diffstat (limited to 'usr.sbin/jail/jail.8')
-rw-r--r-- | usr.sbin/jail/jail.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index d580c25..bc5886a 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 28, 2015 +.Dd February 6, 2015 .Dt JAIL 8 .Os .Sh NAME @@ -753,6 +753,12 @@ Mount a filesystem on the chrooted .Pa /dev/fd directory. +.It Va mount.procfs +Mount a +.Xr procfs 5 +filesystem on the chrooted +.Pa /proc +directory. .It Va allow.dying Allow making changes to a .Va dying @@ -1207,6 +1213,7 @@ environment of the first jail. .Xr jls 8 , .Xr mount 8 , .Xr named 8 , +.Xr procfs 5 , .Xr reboot 8 , .Xr rpcbind 8 , .Xr sendmail 8 , |