]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Pass virSecurityManagerPtr object further down into LXC setup code
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 22 Nov 2012 14:23:49 +0000 (14:23 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 27 Nov 2012 16:45:09 +0000 (16:45 +0000)
commitf999e2fdced72f692b164a2300439db18fdff2d5
tree87b29cb2a9d170736876ca78e06ecea41a7d8500
parent3f6470f7532eecdca5687a2dbbc5e25610d8030b
Pass virSecurityManagerPtr object further down into LXC setup code

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 virSecurityManagerPtr
instance. So push the code down a level.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/lxc/lxc_container.c