From 2862ac005883075b431f4b23e9634c6fccc3d4ea Mon Sep 17 00:00:00 2001 From: stevek Date: Sat, 14 Jul 2018 17:18:17 +0000 Subject: [PATCH] Add config(8) options that can be used to enable building MAC/veriexec and its fingerprint modules into a kernel. Reviewed by: sjg --- sys/conf/options | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/conf/options b/sys/conf/options index 1322ec714690..147dddf9e4f7 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -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