[libvirt] [PATCH 2/6] Don't enable the AppArmour security driver with LXC

Jamie Strandboge jamie at canonical.com
Mon May 14 13:06:03 UTC 2012


On Fri, 2012-05-11 at 22:39 -0400, Stefan Berger wrote:
> > +    if (virtDriver&&  STREQ(virtDriver, "LXC"))
> > +        return rc;
> > +

ACK once changed to:
if (virtDriver && STREQ(virtDriver, "LXC"))
...

-- 
Jamie Strandboge             | http://www.canonical.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120514/faf670e4/attachment-0001.sig>


More information about the libvir-list mailing list