Re: [lxc-devel] [PATCH] include tests in make dist

2013-03-07 Thread Stéphane Graber
On 03/07/2013 10:45 AM, Dwight Engen wrote: > This should eventually make the source releases available on sourceforge > also contain the tests. > > Signed-off-by: Dwight Engen Acked-by: Stéphane Graber > --- > src/tests/Makefile.am | 13 + > 1 file changed, 13 insertions(+) > >

Re: [lxc-devel] Create LXC 0.8.0 rpm on/for Centos

2013-03-07 Thread Igor Mitsyanko
On 03/07/2013 04:29 PM, Serge Hallyn wrote: > Quoting Igor Mitsyanko (i.mitsya...@samsung.com): >> >> >> On 03/07/2013 03:33 AM, Leon Waldman wrote: >>> Hi, >>> >>> >>> I'm trying to build the rpm using the included spec file, but the >>> compile is failing with a "You must install the AppArmor

[lxc-devel] [PATCH] include tests in make dist

2013-03-07 Thread Dwight Engen
This should eventually make the source releases available on sourceforge also contain the tests. Signed-off-by: Dwight Engen --- src/tests/Makefile.am | 13 + 1 file changed, 13 insertions(+) diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index b9f74f0..4cbeeb3 100644 --

Re: [lxc-devel] Create LXC 0.8.0 rpm on/for Centos

2013-03-07 Thread Serge Hallyn
Quoting Leon Waldman (le.wald...@gmail.com): > > On 03/07/2013 05:29 AM, Igor Mitsyanko wrote: > > > > > > On 03/07/2013 03:33 AM, Leon Waldman wrote: > >> Hi, > >> > >> > >> I'm trying to build the rpm using the included spec file, but the > >> compile is failing with a "You must install the AppA

Re: [lxc-devel] Create LXC 0.8.0 rpm on/for Centos

2013-03-07 Thread Leon Waldman
On 03/07/2013 10:00 AM, Leon Waldman wrote: > > On 03/07/2013 05:29 AM, Igor Mitsyanko wrote: >> >> >> On 03/07/2013 03:33 AM, Leon Waldman wrote: >>> Hi, >>> >>> >>> I'm trying to build the rpm using the included spec file, but the >>> compile is failing with a "You must install the AppArmor deve

Re: [lxc-devel] Create LXC 0.8.0 rpm on/for Centos

2013-03-07 Thread Leon Waldman
On 03/07/2013 05:29 AM, Igor Mitsyanko wrote: > > > On 03/07/2013 03:33 AM, Leon Waldman wrote: >> Hi, >> >> >> I'm trying to build the rpm using the included spec file, but the >> compile is failing with a "You must install the AppArmor development >> package in order to compile lxc". >> >> I'm b

Re: [lxc-devel] Create LXC 0.8.0 rpm on/for Centos

2013-03-07 Thread Igor Mitsyanko
On 03/07/2013 03:33 AM, Leon Waldman wrote: > Hi, > > > I'm trying to build the rpm using the included spec file, but the > compile is failing with a "You must install the AppArmor development > package in order to compile lxc". > > I'm building it in/for CentOS and (AFAIK) there is no AppArmor

Re: [lxc-devel] usernsselfmap

2013-03-07 Thread Kees Cook
On Wed, Mar 6, 2013 at 2:25 PM, Serge Hallyn wrote: > just to help play with user namespaces some more I pushed a C version > of Eric's script for completely unprivileged use of user namespaces to > https://code.launchpad.net/~serge-hallyn/+junk/nsexec and to the > nsexec package in ppa:serge-hall