Acknowledge that jail_attach and jail_remove can return EPERM.
MFC after: 1 week
This commit is contained in:
parent
4ecf274be7
commit
e9d3a32ffd
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 23, 2009
|
||||
.Dd February 8, 2012
|
||||
.Dt JAIL 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -400,6 +400,8 @@ and
|
||||
system calls
|
||||
will fail if:
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EPERM
|
||||
A user other than the super-user attempted to attach to or remove a jail.
|
||||
.It Bq Er EINVAL
|
||||
The jail specified by
|
||||
.Fa jid
|
||||
|
Loading…
Reference in New Issue
Block a user