Re: [libvirt] [PATCH 6/6] Pass virSecurityManagerPtr object further down into LXC setup code

2012-11-25 Thread Laine Stump
On 11/22/2012 11:48 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Currently the lxcContainerSetupMounts method uses the > virSecurityManagerPtr instance to obtain the mount options > string and then only passes the string down into methods > it calls. As functionality in LXC grows

[libvirt] [PATCH 6/6] Pass virSecurityManagerPtr object further down into LXC setup code

2012-11-22 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Currently the lxcContainerSetupMounts method uses the virSecurityManagerPtr instance to obtain the mount options string and then only passes the string down into methods it calls. As functionality in LXC grows though, those methods need to have direct access to the virS