mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
virt-aa-helper: allow riscv64 EDK II
Debian has packaged EDK II for 64-bit RISC-V in directory /usr/share/qemu-efi-riscv64/. For usage with libvirt update the AppArmor helper. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
daa560858b
commit
c63bdd17b9
@ -481,6 +481,7 @@ valid_path(const char *path, const bool readonly)
|
||||
"/usr/share/AAVMF/",
|
||||
"/usr/share/qemu-efi/", /* for AAVMF images */
|
||||
"/usr/share/qemu-efi-aarch64/",
|
||||
"/usr/share/qemu-efi-riscv64/",
|
||||
"/usr/share/qemu/", /* SUSE path for OVMF and AAVMF images */
|
||||
"/usr/lib/u-boot/",
|
||||
"/usr/lib/riscv64-linux-gnu/opensbi",
|
||||
|
Loading…
Reference in New Issue
Block a user