Author: stevek Date: Sat Jul 14 17:18:17 2018 New Revision: 336287 URL: https://svnweb.freebsd.org/changeset/base/336287
Log: Add config(8) options that can be used to enable building MAC/veriexec and its fingerprint modules into a kernel. Reviewed by: sjg Modified: head/sys/conf/options Modified: head/sys/conf/options ============================================================================== --- head/sys/conf/options Sat Jul 14 17:15:28 2018 (r336286) +++ head/sys/conf/options Sat Jul 14 17:18:17 2018 (r336287) @@ -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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
