svn commit: r336583 - head/sys/arm/conf

Ian Lepore ian at FreeBSD.org
Sat Jul 21 18:54:25 UTC 2018


Author: ian
Date: Sat Jul 21 18:54:24 2018
New Revision: 336583
URL: https://svnweb.freebsd.org/changeset/base/336583

Log:
  Add option MAC to armv6 and armv7 kernels by default, it needs to be
  compiled-in to allow loading policy modules at runtime.

Modified:
  head/sys/arm/conf/std.armv6
  head/sys/arm/conf/std.armv7

Modified: head/sys/arm/conf/std.armv6
==============================================================================
--- head/sys/arm/conf/std.armv6	Sat Jul 21 17:24:14 2018	(r336582)
+++ head/sys/arm/conf/std.armv6	Sat Jul 21 18:54:24 2018	(r336583)
@@ -41,6 +41,7 @@ options 	KBD_INSTALL_CDEV	# install a CDEV entry in /d
 options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
 options 	FREEBSD_BOOT_LOADER	# Process metadata passed from loader(8)
 options 	VFP			# Enable floating point hardware support
+options 	MAC			# Support for Mandatory Access Control (MAC)
 
 options 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
 options 	COMPAT_FREEBSD11	# Compatible with FreeBSD11

Modified: head/sys/arm/conf/std.armv7
==============================================================================
--- head/sys/arm/conf/std.armv7	Sat Jul 21 17:24:14 2018	(r336582)
+++ head/sys/arm/conf/std.armv7	Sat Jul 21 18:54:24 2018	(r336583)
@@ -41,6 +41,7 @@ options 	KBD_INSTALL_CDEV	# install a CDEV entry in /d
 options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
 options 	FREEBSD_BOOT_LOADER	# Process metadata passed from loader(8)
 options 	VFP			# Enable floating point hardware support
+options 	MAC			# Support for Mandatory Access Control (MAC)
 
 options 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
 options 	COMPAT_FREEBSD11	# Compatible with FreeBSD11


More information about the svn-src-head mailing list