Add option MAC to armv6 and armv7 kernels by default, it needs to be

compiled-in to allow loading policy modules at runtime.
This commit is contained in:
Ian Lepore 2018-07-21 18:54:24 +00:00
parent d3f229a463
commit b89ff96c7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336583
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
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

View File

@ -41,6 +41,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
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