add procprotect to the mix
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 15 Jun 2012 15:11:31 +0000 (18:11 +0300)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 15 Jun 2012 15:11:31 +0000 (18:11 +0300)
lxc-tags.mk
lxc.mk
modules.list

index 4a0b503..5c138b3 100644 (file)
@@ -1,6 +1,7 @@
 # build-GITPATH is now set by vbuild-nightly.sh to avoid duplication
 
 transforward-GITPATH           := git://git.onelab.eu/transforward.git@master
+procprotect-GITPATH            := git://git.onelab.eu/procprotect.git@master
 ipfw-GITPATH                    := git://git.onelab.eu/ipfw.git@ipfw-20120610-1
 nodeupdate-GITPATH             := git://git.planet-lab.org/nodeupdate.git@nodeupdate-0.5-9
 PingOfDeath-SVNPATH            := http://svn.planet-lab.org/svn/PingOfDeath/tags/PingOfDeath-2.2-1
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
 #
index 9ef9b80..8c44a77 100644 (file)
@@ -29,6 +29,7 @@ plcapi
 PLCRT
 plewww
 pl_sshd
+procprotect
 pyaspects
 pypcilib
 pyplnet