summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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