[libvirt] [PATCH] apparmor: cater for new AAVMF image location

Guido Günther agx at sigxcpu.org
Mon Sep 18 17:08:35 UTC 2017


Hi,
On Mon, Sep 18, 2017 at 02:05:41PM +0200, Michal Privoznik wrote:
> On 09/15/2017 06:10 PM, Guido Günther wrote:
> > Things moved again, sigh.
> > ---
> >  src/security/virt-aa-helper.c | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c
> > index 55a686a59c..0b43c8e391 100644
> > --- a/src/security/virt-aa-helper.c
> > +++ b/src/security/virt-aa-helper.c
> > @@ -516,7 +516,8 @@ valid_path(const char *path, const bool readonly)
> >          "/usr/share/OVMF/",              /* for OVMF images */
> >          "/usr/share/ovmf/",              /* for OVMF images */
> >          "/usr/share/AAVMF/",             /* for AAVMF images */
> > -        "/usr/share/qemu-efi/"           /* for AAVMF images */
> > +        "/usr/share/qemu-efi/",          /* for AAVMF images */
> > +        "/usr/share/qemu-efi-aarch64/"   /* for AAVMF images */
> >      };
> >      /* override the above with these */
> >      const char * const override[] = {
> > 
> 
> ACK

Pushed. Thanks
 -- Guido

> 
> Michal
> 




More information about the libvir-list mailing list