Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2014 01:34:02 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273759 - head/sys/powerpc/conf
Message-ID:  <201410280134.s9S1Y20d017678@svn.freebsd.org>

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



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