add procprotect to the mix
[build.git] / lxc.mk
diff --git a/lxc.mk b/lxc.mk
index f90d4e6..4540a2e 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -16,6 +16,14 @@ transforward-SPEC := transforward.spec
 ALL += transforward
 IN_NODEIMAGE += transforward
 
+#
+# procprotect: root context module for protecting against weaknesses in /proc
+#
+procprotect-MODULES := procprotect
+procprotect-SPEC := procprotect.spec
+ALL += procprotect
+IN_NODEIMAGE += procprotect
+
 #
 # ipfw: root context module, and slice companion
 #