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 berra...@redhat.com Add a new virDomainLxcEnterSecurityLabel() function as a counterpart to virDomainLxcEnterNamespaces(), which can change the current

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

2013-03-12 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com 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

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 berra...@redhat.com 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