summaryrefslogtreecommitdiffstats
path: root/sys/kern/capabilities.conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2011-08-13 17:22:16 +0000
committerrwatson <rwatson@FreeBSD.org>2011-08-13 17:22:16 +0000
commit9343c749772c8366f4dba21a1b388a2e9f69322b (patch)
treef34357ab7c8c8b37f44de9122c3b9b2034ff6a01 /sys/kern/capabilities.conf
parent2601d6b9f1fb16ed6c3c94c8c246575b37e8cb58 (diff)
downloadFreeBSD-src-9343c749772c8366f4dba21a1b388a2e9f69322b.zip
FreeBSD-src-9343c749772c8366f4dba21a1b388a2e9f69322b.tar.gz
Trim some warnings and notes from capabilities.conf -- these are left over
from Capsicum development, and no longer apply. Approved by: re (kib) Sponsored by: Google Inc
Diffstat (limited to 'sys/kern/capabilities.conf')
-rw-r--r--sys/kern/capabilities.conf7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/kern/capabilities.conf b/sys/kern/capabilities.conf
index 2b7e559..004c2dd 100644
--- a/sys/kern/capabilities.conf
+++ b/sys/kern/capabilities.conf
@@ -196,7 +196,7 @@ fpathconf
##
## Allow various file descriptor-based I/O operations, subject to capability
-## rights. mmap(2) requires further attention.
+## rights.
##
freebsd6_ftruncate
freebsd6_lseek
@@ -334,8 +334,6 @@ issetugid
## Allow kevent(2), as we will authorize based on capability rights on the
## target descriptor.
##
-## XXXRW: Do we do this?
-##
kevent
##
@@ -404,9 +402,6 @@ mlockall
## Allow memory mapping a file descriptor, and updating protections, subject
## to capability rights.
##
-## XXXRW: We currently don't properly mask VM protections using capability
-## rights.
-##
mmap
mprotect
OpenPOWER on IntegriCloud