Re: [libvirt] [PATCH] Apply security label when entering LXC namespaces

2013-03-13 Thread Daniel P. Berrange
On Tue, Mar 12, 2013 at 01:06:59PM -0600, Eric Blake wrote: > On 03/12/2013 11:28 AM, Daniel P. Berrange wrote: > > From: "Daniel P. Berrange" > > > > Add a new virDomainLxcEnterSecurityLabel() function as a > > counterpart to virDomainLxcEnterNamespaces(), which can > > change the current callin

Re: [libvirt] [PATCH] Apply security label when entering LXC namespaces

2013-03-12 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/12/2013 03:06 PM, Eric Blake wrote: > On 03/12/2013 11:28 AM, Daniel P. Berrange wrote: >> From: "Daniel P. Berrange" >> >> Add a new virDomainLxcEnterSecurityLabel() function as a counterpart to >> virDomainLxcEnterNamespaces(), which can chan

Re: [libvirt] [PATCH] Apply security label when entering LXC namespaces

2013-03-12 Thread Eric Blake
On 03/12/2013 11:28 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Add a new virDomainLxcEnterSecurityLabel() function as a > counterpart to virDomainLxcEnterNamespaces(), which can > change the current calling process to have a new security > context. This call runs client side,

[libvirt] [PATCH] Apply security label when entering LXC namespaces

2013-03-12 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Add a new virDomainLxcEnterSecurityLabel() function as a counterpart to virDomainLxcEnterNamespaces(), which can change the current calling process to have a new security context. This call runs client side, not in libvirtd so we can't use the security driver infrastruc