diff options
author | jamie <jamie@FreeBSD.org> | 2015-02-10 01:05:51 +0000 |
---|---|---|
committer | jamie <jamie@FreeBSD.org> | 2015-02-10 01:05:51 +0000 |
commit | f8ff07ebef14d8d87007863c4b3bfcf35f6b515f (patch) | |
tree | 8edd7cea4fda74d466ec21cd28242837d73a9771 /usr.sbin/jail/jail.8 | |
parent | 715b3cae1f17b5ea056fd103ad87563421deac63 (diff) | |
download | FreeBSD-src-f8ff07ebef14d8d87007863c4b3bfcf35f6b515f.zip FreeBSD-src-f8ff07ebef14d8d87007863c4b3bfcf35f6b515f.tar.gz |
MFC r278323:
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
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 a1a59c2..b270a15 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 @@ -1206,6 +1212,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 , |