diff options
author | brueffer <brueffer@FreeBSD.org> | 2014-04-15 16:29:21 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2014-04-15 16:29:21 +0000 |
commit | 1208a66e98e7f40fb1e16779e7145cda003d8809 (patch) | |
tree | d537b4e15bf954c3f2fd4dae89400f32fe4e9f3b /lib/libc | |
parent | 8dd37471400a14b39911e87f5306bd300fd567be (diff) | |
download | FreeBSD-src-1208a66e98e7f40fb1e16779e7145cda003d8809.zip FreeBSD-src-1208a66e98e7f40fb1e16779e7145cda003d8809.tar.gz |
Mention Capsicum.
MFC after: 1 week
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/posix1e/posix1e.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/posix1e/posix1e.3 b/lib/libc/posix1e/posix1e.3 index 84ce2ec..5487cb2 100644 --- a/lib/libc/posix1e/posix1e.3 +++ b/lib/libc/posix1e/posix1e.3 @@ -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 , |