svn commit: r341140 - head/sys/mips/conf

Sean Bruno sbruno at FreeBSD.org
Wed Nov 28 13:25:11 UTC 2018


Author: sbruno
Date: Wed Nov 28 13:25:10 2018
New Revision: 341140
URL: https://svnweb.freebsd.org/changeset/base/341140

Log:
  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).

Modified:
  head/sys/mips/conf/ERL

Modified: head/sys/mips/conf/ERL
==============================================================================
--- head/sys/mips/conf/ERL	Wed Nov 28 11:58:40 2018	(r341139)
+++ head/sys/mips/conf/ERL	Wed Nov 28 13:25:10 2018	(r341140)
@@ -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.


More information about the svn-src-all mailing list