svn commit: r231236 - head/lib/libc/sys

Jamie Gritton jamie at FreeBSD.org
Wed Feb 8 23:34:48 UTC 2012


Author: jamie
Date: Wed Feb  8 23:34:47 2012
New Revision: 231236
URL: http://svn.freebsd.org/changeset/base/231236

Log:
  Acknowledge that jail_attach and jail_remove can return EPERM.
  
  MFC after:	1 week

Modified:
  head/lib/libc/sys/jail.2

Modified: head/lib/libc/sys/jail.2
==============================================================================
--- head/lib/libc/sys/jail.2	Wed Feb  8 23:14:26 2012	(r231235)
+++ head/lib/libc/sys/jail.2	Wed Feb  8 23:34:47 2012	(r231236)
@@ -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


More information about the svn-src-head mailing list