apparmor: cater for new AAVMF image location

Things moved again, sigh.

Reviewed-By: Jamie Strandboge <jamie@canonical.com>
Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Guido Günther 2017-09-15 18:04:21 +02:00
parent f305d8a191
commit 3faf3ca60a

View File

@ -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/ovmf/", /* for OVMF images */ "/usr/share/ovmf/", /* for OVMF images */
"/usr/share/AAVMF/", /* for AAVMF 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 */ /* override the above with these */
const char * const override[] = { const char * const override[] = {