Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2017 21:25:24 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313899 - head/sys/mips/conf
Message-ID:  <201702172125.v1HLPO87020638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702172125.v1HLPO87020638>