From 2bb13d663f8aac80ce981348ae278e09ac906bb0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 12 Apr 2015 10:25:27 +0200 Subject: [PATCH] turn off procprotect in fedora20 as well --- lxc.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.0