Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2018 17:18:18 +0000 (UTC)
From:      "Stephen J. Kiernan" <stevek@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336287 - head/sys/conf
Message-ID:  <201807141718.w6EHIIF8046701@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807141718.w6EHIIF8046701>