aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/jail.8
diff options
context:
space:
mode:
authorMatteo Riondato <matteo@FreeBSD.org>2006-05-08 19:55:17 +0000
committerMatteo Riondato <matteo@FreeBSD.org>2006-05-08 19:55:17 +0000
commitf7bb71361ec00cb2ea94ca385db8df22c7d1e2c4 (patch)
treedd4f6a15993bf24f2bedc74b45691619de80b938 /usr.sbin/jail/jail.8
parent5de716bec0d52ead4a58a10c8b2698b3099f29e0 (diff)
downloadsrc-f7bb71361ec00cb2ea94ca385db8df22c7d1e2c4.tar.gz
src-f7bb71361ec00cb2ea94ca385db8df22c7d1e2c4.zip
document security.jail.list sysctl in jail(8)
PR: docs/96807 MFC after: 3
Notes
Notes: svn path=/head/; revision=158365
Diffstat (limited to 'usr.sbin/jail/jail.8')
-rw-r--r--usr.sbin/jail/jail.810
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index 6b26225c79f5..0c14217b804f 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -33,7 +33,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 3, 2006
+.Dd May 8, 2006
.Dt JAIL 8
.Os
.Sh NAME
@@ -545,6 +545,14 @@ The read-only
variable can be used to determine if a process is running inside a jail (value
is one) or not (value is zero).
.Pp
+The
+.Va security.jail.list
+MIB entry is read-only and it returns an array of struct xprison defined in
+.In sys/jail.h .
+It is recommended to use the
+.Xr jls 8
+utility to see current active list of jails.
+.Pp
There are currently two MIB related variables that have per-jail settings.
Changes to these variables by a jailed process do not effect the host
environment, only the jail environment.