aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/conf
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2018-11-28 13:25:10 +0000
committerSean Bruno <sbruno@FreeBSD.org>2018-11-28 13:25:10 +0000
commit1a8177b128998a970e4a1854ec98e9ebbffb8742 (patch)
tree603a71fb9c23fd383c2a4133dd80012abb18d075 /sys/mips/conf
parent4142e8cfbb7d4cbd038b3b053bc1fe5a90afdaf6 (diff)
downloadsrc-1a8177b128998a970e4a1854ec98e9ebbffb8742.tar.gz
src-1a8177b128998a970e4a1854ec98e9ebbffb8742.zip
Add CAPABILITIES to the ERL kernel config so that tools that have been
modified with Capsicum work on this target platform. This came up after the conversion of wc(8).
Notes
Notes: svn path=/head/; revision=341140
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/ERL2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/conf/ERL b/sys/mips/conf/ERL
index 58552101db73..639f34d09b67 100644
--- a/sys/mips/conf/ERL
+++ b/sys/mips/conf/ERL
@@ -91,6 +91,8 @@ options KDTRACE_HOOKS # Kernel DTrace hooks
options DDB_CTF # Kernel ELF linker loads CTF data
options INCLUDE_CONFIG_FILE # Include this file in kernel
options TMPFS # Temporary file system
+options CAPABILITY_MODE # Capsicum capability mode
+options CAPABILITIES # Capsicum capabilities
# Debugging for use in -current
#options KDB # Enable kernel debugger support.