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).
This commit is contained in:
Sean Bruno 2018-11-28 13:25:10 +00:00
parent 4142e8cfbb
commit 1a8177b128

View File

@ -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.