From: Thierry Parmentelat Date: Fri, 15 Jun 2012 15:11:31 +0000 (+0300) Subject: add procprotect to the mix X-Git-Tag: 5.0-rc28~60 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=b8bfe5b36ae775bfda19252c26f37dc2daadcaea add procprotect to the mix --- diff --git a/lxc-tags.mk b/lxc-tags.mk index 4a0b5039..5c138b31 100644 --- a/lxc-tags.mk +++ b/lxc-tags.mk @@ -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 f90d4e62..4540a2e3 100644 --- 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 # diff --git a/modules.list b/modules.list index 9ef9b804..8c44a77a 100644 --- a/modules.list +++ b/modules.list @@ -29,6 +29,7 @@ plcapi PLCRT plewww pl_sshd +procprotect pyaspects pypcilib pyplnet