svn commit: r335682 - head/sys/modules

Stephen J. Kiernan stevek at FreeBSD.org
Tue Jun 26 23:28:04 UTC 2018


Author: stevek
Date: Tue Jun 26 23:28:03 2018
New Revision: 335682
URL: https://svnweb.freebsd.org/changeset/base/335682

Log:
  Partial revert of r335399 and r335400:
  Unhook the MAC/veriexec, fingerprint handlers, and veriexec modules from
  the kernel modules Makefile.
  
  Reviewed by:	sjg

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Tue Jun 26 23:19:55 2018	(r335681)
+++ head/sys/modules/Makefile	Tue Jun 26 23:28:03 2018	(r335682)
@@ -235,12 +235,6 @@ SUBDIR=	\
 	mac_seeotheruids \
 	mac_stub \
 	mac_test \
-	mac_veriexec \
-	mac_veriexec_rmd160 \
-	mac_veriexec_sha1 \
-	mac_veriexec_sha256 \
-	mac_veriexec_sha384 \
-	mac_veriexec_sha512 \
 	malo \
 	md \
 	mdio \
@@ -392,7 +386,6 @@ SUBDIR=	\
 	uinput \
 	unionfs \
 	usb \
-	veriexec \
 	${_vesa} \
 	${_virtio} \
 	vge \


More information about the svn-src-head mailing list