mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
d3f229a463
commit
b89ff96c7d
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue