svn commit: r273759 - head/sys/powerpc/conf

Justin Hibbits jhibbits at FreeBSD.org
Tue Oct 28 01:34:02 UTC 2014


Author: jhibbits
Date: Tue Oct 28 01:34:01 2014
New Revision: 273759
URL: https://svnweb.freebsd.org/changeset/base/273759

Log:
  Add CAPABILITIES and CAPABILITY_MODE to powerpc GENERIC64, missed with the addition to
  GENERIC
  
  MFC after:	3 weeks

Modified:
  head/sys/powerpc/conf/GENERIC64

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Tue Oct 28 00:44:20 2014	(r273758)
+++ head/sys/powerpc/conf/GENERIC64	Tue Oct 28 01:34:01 2014	(r273759)
@@ -70,6 +70,8 @@ options 	SYSVSEM			#SYSV-style semaphore
 options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
 options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
 options 	AUDIT			# Security event auditing
+options 	CAPABILITY_MODE		# Capsicum capability mode
+options 	CAPABILITIES		# Capsicum capabilities
 options 	MAC			# TrustedBSD MAC Framework
 options 	KDTRACE_HOOKS		# Kernel DTrace hooks
 options 	DDB_CTF			# Kernel ELF linker loads CTF data


More information about the svn-src-head mailing list