From: Guido Günther Date: Fri, 15 Sep 2017 16:04:21 +0000 (+0200) Subject: apparmor: cater for new AAVMF image location X-Git-Tag: v3.8.0-rc1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3faf3ca60af342a0000c74a17d9d6decc70a947d;p=thirdparty%2Flibvirt.git apparmor: cater for new AAVMF image location Things moved again, sigh. Reviewed-By: Jamie Strandboge Michal Privoznik --- diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c index 322c5e4358..7944dc1983 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[] = {