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:
sbruno 2018-11-28 13:25:10 +00:00
parent b1f31943cb
commit 71c1c780a7

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.