From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Sun, 12 Apr 2015 08:25:27 +0000 (+0200)
Subject: turn off procprotect in fedora20 as well
X-Git-Tag: 5.3.9~50
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2bb13d663f8aac80ce981348ae278e09ac906bb0;p=build.git

turn off procprotect in fedora20 as well
---

diff --git a/lxc.mk b/lxc.mk
index a5193103..10921cf5 100644
--- a/lxc.mk
+++ b/lxc.mk
@@ -30,9 +30,9 @@ 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)"
+### remove procprotect from the nodes on f21 now that it has 3.19
+### as of beg apr 15 f20 also runs 3.19
+ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f20 f21)"
 procprotect-MODULES := procprotect
 procprotect-SPEC := procprotect.spec
 ALL += procprotect