Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2012 23:34:48 +0000 (UTC)
From:      Jamie Gritton <jamie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r231236 - head/lib/libc/sys
Message-ID:  <201202082334.q18NYmtm070129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202082334.q18NYmtm070129>