From ec730401940fe2de2c78f7b9029e1692ab490c81 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 27 Mar 2015 10:03:35 +0100 Subject: [PATCH] hide procprotect from f21 build for checking if it's still useful --- lxc.mk | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.43.0