summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2011-11-27 19:45:41 +0000
committerrwatson <rwatson@FreeBSD.org>2011-11-27 19:45:41 +0000
commite2b42734e64b18ee94a8d2fe7bf52d72e7227b41 (patch)
tree356bc0dc703bfad3a45557b482f567369267b0c7
parentb433b3878b4c61dbde37ca63a1b435bdc22ede74 (diff)
downloadFreeBSD-src-e2b42734e64b18ee94a8d2fe7bf52d72e7227b41.zip
FreeBSD-src-e2b42734e64b18ee94a8d2fe7bf52d72e7227b41.tar.gz
Cross-reference capsicum.4 from cap_enter.2 and cap_new.2.
MFC after: 3 days Sponsored by: Google, Inc.
-rw-r--r--lib/libc/sys/cap_enter.23
-rw-r--r--lib/libc/sys/cap_new.21
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/cap_enter.2 b/lib/libc/sys/cap_enter.2
index 83b4739..a3ea710 100644
--- a/lib/libc/sys/cap_enter.2
+++ b/lib/libc/sys/cap_enter.2
@@ -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
diff --git a/lib/libc/sys/cap_new.2 b/lib/libc/sys/cap_new.2
index 206715e..c15cc46 100644
--- a/lib/libc/sys/cap_new.2
+++ b/lib/libc/sys/cap_new.2
@@ -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
OpenPOWER on IntegriCloud