mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add config(8) options that can be used to enable building MAC/veriexec
and its fingerprint modules into a kernel. Reviewed by: sjg
This commit is contained in:
parent
1db017d006
commit
179d82aecf
1 changed files with 5 additions and 0 deletions
|
|
@ -164,6 +164,11 @@ MAC_SEEOTHERUIDS opt_dontuse.h
|
|||
MAC_STATIC opt_mac.h
|
||||
MAC_STUB opt_dontuse.h
|
||||
MAC_TEST opt_dontuse.h
|
||||
MAC_VERIEXEC opt_dontuse.h
|
||||
MAC_VERIEXEC_SHA1 opt_dontuse.h
|
||||
MAC_VERIEXEC_SHA256 opt_dontuse.h
|
||||
MAC_VERIEXEC_SHA384 opt_dontuse.h
|
||||
MAC_VERIEXEC_SHA512 opt_dontuse.h
|
||||
MD_ROOT opt_md.h
|
||||
MD_ROOT_FSTYPE opt_md.h
|
||||
MD_ROOT_READONLY opt_md.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue