[libvirt] [PATCH] Fix save and restore with non-privileged guests and SELinux

Daniel P. Berrange berrange at redhat.com
Thu Nov 12 12:53:35 UTC 2009


On Thu, Nov 12, 2009 at 06:48:29AM -0600, Jamie Strandboge wrote:
> On Wed, 11 Nov 2009, Daniel P. Berrange wrote:
> 
> > +typedef int (*virSecurityDomainRestoreSavedStateLabel) (virConnectPtr conn,
> > +                                                        const char *savefile);
> ...
> > +static int
> > +SELinuxRestoreSavedStateLabel(virConnectPtr conn,
> > +                              const char *savefile)
> > +{
> > +    return SELinuxRestoreSecurityFileLabel(conn, savefile);
> > +}
> > +
> > +
> 
> Can these be updated to have 'virDomainObjPtr vm ATTRIBUTE_UNUSED'? This
> will need to be added for the AppArmor driver support.

I've already committed this, but feel free to add that extra param when
you implement the AppArmour version

Regards,
Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list