From: Thierry Parmentelat Date: Fri, 27 Mar 2015 09:03:35 +0000 (+0100) Subject: hide procprotect from f21 build for checking if it's still useful X-Git-Tag: 5.3.8~7 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=ec730401940fe2de2c78f7b9029e1692ab490c81 hide procprotect from f21 build for checking if it's still useful --- diff --git a/lxc.mk b/lxc.mk index c83bff8d..a5193103 100644 --- a/lxc.mk +++ b/lxc.mk @@ -30,10 +30,14 @@ IN_NODEIMAGE += transforward # # procprotect: root context module for protecting against weaknesses in /proc # +### an attempt to remove procprotect from the nodes on f21 now that it has 3.19 +# xxx if that works then we should also tweak nodeimage.pkgs accordingly +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f21)" procprotect-MODULES := procprotect procprotect-SPEC := procprotect.spec ALL += procprotect IN_NODEIMAGE += procprotect +endif # # ipfw: root context module, and slice companion