aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJamie Gritton <jamie@FreeBSD.org>2009-06-23 20:35:51 +0000
committerJamie Gritton <jamie@FreeBSD.org>2009-06-23 20:35:51 +0000
commitb97457e2e6d5d16a0fef1789509f3f246f6a3b98 (patch)
treed8a8a4f7a31ad5b55c33c6e090a31b4ca13703d4 /lib
parentbb8ddc66eab7ba2edf2f32e52d4945a873bbd978 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/jail.214
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2
index 4b047bfd6f12..2e14f0dc802e 100644
--- a/lib/libc/sys/jail.2
+++ b/lib/libc/sys/jail.2
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 27, 2009
+.Dd June 23, 2009
.Dt JAIL 2
.Os
.Sh NAME
@@ -293,9 +293,9 @@ will fail if:
.Bl -tag -width Er
.It Bq Er EPERM
This process is not allowed to create a jail, either because it is not
-the super-user, or because it is in a jail where the
-.Va allow.jails
-parameter is not set.
+the super-user, or because it would exceed the jail's
+.Va children.max
+limit.
.It Bq Er EFAULT
.Fa jail
points to an address outside the allocated address space of the process.
@@ -312,9 +312,9 @@ will fail if:
.Bl -tag -width Er
.It Bq Er EPERM
This process is not allowed to create a jail, either because it is not
-the super-user, or because it is in a jail where the
-.Va allow.jails
-parameter is not set.
+the super-user, or because it would exceed the jail's
+.Va children.max
+limit.
.It Bq Er EPERM
A jail parameter was set to a less restrictive value then the current
environment.