Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2014 16:29:21 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r264507 - head/lib/libc/posix1e
Message-ID:  <201404151629.s3FGTL7S018632@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Tue Apr 15 16:29:21 2014
New Revision: 264507
URL: http://svnweb.freebsd.org/changeset/base/264507

Log:
  Mention Capsicum.
  
  MFC after:	1 week

Modified:
  head/lib/libc/posix1e/posix1e.3

Modified: head/lib/libc/posix1e/posix1e.3
==============================================================================
--- head/lib/libc/posix1e/posix1e.3	Tue Apr 15 16:10:47 2014	(r264506)
+++ head/lib/libc/posix1e/posix1e.3	Tue Apr 15 16:29:21 2014	(r264507)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 7, 2009
+.Dd April 15, 2014
 .Dt POSIX1E 3
 .Os
 .Sh NAME
@@ -65,6 +65,10 @@ However,
 does implement the
 .Xr libbsm
 audit API.
+It also provides
+.Xr capsicum 4 ,
+a lightweight OS capability and sandbox framework implementing a
+hybrid capability system model.
 .Sh ENVIRONMENT
 POSIX.1e assigns security attributes to all objects, extending the security
 functionality described in POSIX.1.
@@ -89,8 +93,10 @@ for mandatory access control labels.
 .Xr extattr 2 ,
 .Xr acl 3 ,
 .Xr extattr 3 ,
+.Xr libcapsicum 3 ,
 .Xr libbsm 3 ,
 .Xr mac 3 ,
+.Xr capsicum 4 ,
 .Xr ffs 7 ,
 .Xr getfmac 8 ,
 .Xr setfmac 8 ,



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