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

Brooks Davis brooks at FreeBSD.org
Fri Feb 17 21:25:25 UTC 2017


Author: brooks
Date: Fri Feb 17 21:25:24 2017
New Revision: 313899
URL: https://svnweb.freebsd.org/changeset/base/313899

Log:
  Enable capsicum on MALTA kernels.
  
  This adds less that 10K to the kernel and should probably be done in the
  other std.* configs.

Modified:
  head/sys/mips/conf/std.MALTA

Modified: head/sys/mips/conf/std.MALTA
==============================================================================
--- head/sys/mips/conf/std.MALTA	Fri Feb 17 21:08:32 2017	(r313898)
+++ head/sys/mips/conf/std.MALTA	Fri Feb 17 21:25:24 2017	(r313899)
@@ -26,6 +26,8 @@ options 	NFSCL			#Network Filesystem Cli
 options 	NFS_ROOT		#NFS usable as /, requires NFSCL
 options 	PSEUDOFS		#Pseudo-filesystem framework
 options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
+options 	CAPABILITY_MODE		# Capsicum capability mode
+options 	CAPABILITIES		# Capsicum capabilities
 
 options 	TMPFS			#Efficient memory filesystem
 


More information about the svn-src-head mailing list