Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2012 16:54:01 +0000 (UTC)
From:      Jamie Gritton <jamie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r231896 - stable/9/lib/libc/sys
Message-ID:  <201202181654.q1IGs1Bn039551@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jamie
Date: Sat Feb 18 16:54:01 2012
New Revision: 231896
URL: http://svn.freebsd.org/changeset/base/231896

Log:
  MFC r231236: Acknowledge that jail_attach and jail_remove can return EPERM.

Modified:
  stable/9/lib/libc/sys/jail.2
Directory Properties:
  stable/9/lib/libc/   (props changed)

Modified: stable/9/lib/libc/sys/jail.2
==============================================================================
--- stable/9/lib/libc/sys/jail.2	Sat Feb 18 16:06:15 2012	(r231895)
+++ stable/9/lib/libc/sys/jail.2	Sat Feb 18 16:54:01 2012	(r231896)
@@ -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?201202181654.q1IGs1Bn039551>