Date: Tue, 26 Jun 2018 23:28:03 +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: r335682 - head/sys/modules Message-ID: <201806262328.w5QNS3Vd035405@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806262328.w5QNS3Vd035405>