summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorjonathan <jonathan@FreeBSD.org>2011-07-02 15:41:22 +0000
committerjonathan <jonathan@FreeBSD.org>2011-07-02 15:41:22 +0000
commitaf3435e1973d3e85d91d1400e0d9e1c9865a96ab (patch)
treece0c211b66cb843fd280420ff978ec101a474e72 /sys/conf/options
parent49a6dac46fa688ad04bd52aa5680731735e84109 (diff)
downloadFreeBSD-src-af3435e1973d3e85d91d1400e0d9e1c9865a96ab.zip
FreeBSD-src-af3435e1973d3e85d91d1400e0d9e1c9865a96ab.tar.gz
Define the CAPABILITIES kernel option.
This option will enable Capsicum capabilities, which provide a fine-grained mask on operations that can be performed on file descriptors. Approved by: mentor (rwatson), re (Capsicum blanket ok) Sponsored by: Google Inc
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 35c0dfc..e3e16fe 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -63,6 +63,7 @@ SYSCTL_DEBUG opt_sysctl.h
ADAPTIVE_LOCKMGRS
ALQ
AUDIT opt_global.h
+CAPABILITIES opt_capsicum.h
CAPABILITY_MODE opt_capsicum.h
CODA_COMPAT_5 opt_coda.h
COMPAT_43 opt_compat.h
OpenPOWER on IntegriCloud