From 1a8177b128998a970e4a1854ec98e9ebbffb8742 Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Wed, 28 Nov 2018 13:25:10 +0000 Subject: [PATCH] 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). --- sys/mips/conf/ERL | 2 ++ 1 file changed, 2 insertions(+) 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.