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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to