hide procprotect from f21 build for checking if it's still useful
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 27 Mar 2015 09:03:35 +0000 (10:03 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 27 Mar 2015 09:03:35 +0000 (10:03 +0100)
lxc.mk

diff --git a/lxc.mk b/lxc.mk
index c83bff8..a519310 100644 (file)
--- 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