Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2011 19:45:41 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228040 - head/lib/libc/sys
Message-ID:  <201111271945.pARJjfqQ053744@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Sun Nov 27 19:45:41 2011
New Revision: 228040
URL: http://svn.freebsd.org/changeset/base/228040

Log:
  Cross-reference capsicum.4 from cap_enter.2 and cap_new.2.
  
  MFC after:	3 days
  Sponsored by:	Google, Inc.

Modified:
  head/lib/libc/sys/cap_enter.2
  head/lib/libc/sys/cap_new.2

Modified: head/lib/libc/sys/cap_enter.2
==============================================================================
--- head/lib/libc/sys/cap_enter.2	Sun Nov 27 19:44:15 2011	(r228039)
+++ head/lib/libc/sys/cap_enter.2	Sun Nov 27 19:45:41 2011	(r228040)
@@ -89,7 +89,8 @@ acquired rights as possible.
 .Rv -std cap_enter cap_getmode
 .Sh SEE ALSO
 .Xr cap_new 2 ,
-.Xr fexecve 2
+.Xr fexecve 2 ,
+.Xr capsicum 4
 .Sh HISTORY
 Support for capabilities and capabilities mode was developed as part of the
 .Tn TrustedBSD

Modified: head/lib/libc/sys/cap_new.2
==============================================================================
--- head/lib/libc/sys/cap_new.2	Sun Nov 27 19:44:15 2011	(r228039)
+++ head/lib/libc/sys/cap_new.2	Sun Nov 27 19:45:41 2011	(r228040)
@@ -456,6 +456,7 @@ argument is not a capability.
 .Xr sem_post 3 ,
 .Xr sem_trywait 3 ,
 .Xr sem_wait 3 ,
+.Xr capsicum 4 ,
 .Xr snp 4
 .Sh HISTORY
 Support for capabilities and capabilities mode was developed as part of the



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