mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 15:27:47 +00:00
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:
parent
f305d8a191
commit
3faf3ca60a
@ -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[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user