summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2015-07-19 08:52:35 +0000
committeraraujo <araujo@FreeBSD.org>2015-07-19 08:52:35 +0000
commit61ced0e48d315a8b265712d5f6c61496403cfbec (patch)
tree901ad3403995bdc3808b712dd26e3e3765a1e1a2 /usr.sbin/jail
parentb0e42f970b67a44933a52ec7916aded034a86b2c (diff)
downloadFreeBSD-src-61ced0e48d315a8b265712d5f6c61496403cfbec.zip
FreeBSD-src-61ced0e48d315a8b265712d5f6c61496403cfbec.tar.gz
Add support to the jail framework to be able to mount linsysfs(5) and
linprocfs(5). Differential Revision: D2846 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> Reviewed by: jamie
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r--usr.sbin/jail/jail.820
1 files changed, 19 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index 189fa36..5122e0f 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 25, 2015
+.Dd July 20, 2015
.Dt JAIL 8
.Os
.Sh NAME
@@ -563,6 +563,22 @@ This permission is effective only together with
and only when
.Va enforce_statfs
is set to a value lower than 2.
+.It Va allow.mount.linprocfs
+privileged users inside the jail will be able to mount and unmount the
+linprocfs file system.
+This permission is effective only together with
+.Va allow.mount
+and only when
+.Va enforce_statfs
+is set to a value lower than 2.
+.It Va allow.mount.linsysfs
+privileged users inside the jail will be able to mount and unmount the
+linsysfs file system.
+This permission is effective only together with
+.Va allow.mount
+and only when
+.Va enforce_statfs
+is set to a value lower than 2.
.It Va allow.mount.tmpfs
privileged users inside the jail will be able to mount and unmount the
tmpfs file system.
@@ -1209,6 +1225,8 @@ environment of the first jail.
.Xr devfs 5 ,
.Xr fdescfs 5 ,
.Xr jail.conf 5 ,
+.Xr linprocfs 5 ,
+.Xr linsysfs 5 ,
.Xr procfs 5 ,
.Xr rc.conf 5 ,
.Xr sysctl.conf 5 ,
OpenPOWER on IntegriCloud