Skip to content

Commit

Permalink
Add CAPABILITIES to the ERL kernel config so that tools that have been
Browse files Browse the repository at this point in the history
modified with Capsicum work on this target platform.

This came up after the conversion of wc(8).
  • Loading branch information
seanbruno committed Nov 28, 2018
1 parent 4142e8c commit 1a8177b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/mips/conf/ERL
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1a8177b

Please sign in to comment.