aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/jail.8
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-05-03 20:13:33 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-05-03 20:13:33 +0000
commit17d10fccacde87e96139dfc2b1cb5d801c91dad9 (patch)
tree6af1e361d56815214314490f52bcf93a1c0b67b6 /usr.sbin/jail/jail.8
parent57d6ae068946a81c95e8fac79ffc0e5feec998a9 (diff)
downloadsrc-17d10fccacde87e96139dfc2b1cb5d801c91dad9.tar.gz
src-17d10fccacde87e96139dfc2b1cb5d801c91dad9.zip
o Document security.jail.jailed sysctl.
PR: docs/94711 Submitted by: Andreas Kohn MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=158271
Diffstat (limited to 'usr.sbin/jail/jail.8')
-rw-r--r--usr.sbin/jail/jail.87
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index 1c712f69933e..6b26225c79f5 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -33,7 +33,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 7, 2005
+.Dd May 3, 2006
.Dt JAIL 8
.Os
.Sh NAME
@@ -540,6 +540,11 @@ constraints on
.Va kern.securelevel .
.El
.Pp
+The read-only
+.Va security.jail.jailed
+variable can be used to determine if a process is running inside a jail (value
+is one) or not (value is zero).
+.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.