Re: [lxc-devel] [PATCH] attach: join apparmor profile

2013-03-01 Thread Stéphane Graber
On 03/01/2013 03:25 PM, Serge Hallyn wrote: > This patch enables lxc-attach to join the profile of the container it > is attaching to. Builds/runs fine with apparmor enabled and disabled. > > Export new aa_get_profile(), and use it for attach_apparmor, but also > handle profile names longer than

Re: [lxc-devel] User namespaces

2013-03-01 Thread Dwight Engen
On Mon, 25 Feb 2013 20:26:21 -0800 ebied...@xmission.com (Eric W. Biederman) wrote: > Dwight Engen writes: > > > On Sun, 24 Feb 2013 21:12:59 -0800 > > ebied...@xmission.com (Eric W. Biederman) wrote: > > > >> Serge Hallyn writes: > >> > >> > Quoting Dwight Engen (dwight.en...@oracle.com): > >

Re: [lxc-devel] Fwd: [PATCH] python api_test: Drop use of @LXCPATH@

2013-03-01 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > Date: Fri, 1 Mar 2013 11:16:43 -0500 > From: Stéphane Graber > To: lxc-devel@lists.sourceforge.net > Cc: Stéphane Graber > Subject: [PATCH] python api_test: Drop use of @LXCPATH@ > > The python api test script was using @LXCPATH@ for one of its

[lxc-devel] [PATCH] attach: join apparmor profile

2013-03-01 Thread Serge Hallyn
This patch enables lxc-attach to join the profile of the container it is attaching to. Builds/runs fine with apparmor enabled and disabled. Export new aa_get_profile(), and use it for attach_apparmor, but also handle profile names longer than 100 chars in lxc_start apparmor support. Signed-off-b

[lxc-devel] [PATCH] python api_test: Drop use of @LXCPATH@

2013-03-01 Thread Stéphane Graber
The python api test script was using @LXCPATH@ for one of its checks. Now that the lxcpath is exposed by the lxc python module directly, this can be dropped and api_test.py can now become a simple python file without needing pre-processing by autoconf. Signed-off-by: Stéphane Graber --- .gitigno