mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
virt-aa-helper: Allow RO access to /usr/share/edk2-ovmf
When binary version of edk2 is distributed, the files reside under /usr/share/edk2-ovmf as can be seen from Gentoo's ebuild [1]. Allow virt-aa-helper to generate paths under that dir. 1: https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-firmware/edk2-ovmf-bin/edk2-ovmf-bin-202202.ebuild Resolves: https://bugs.gentoo.org/911786 Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
cfb0129bb9
commit
893800be49
@ -475,6 +475,7 @@ valid_path(const char *path, const bool readonly)
|
||||
"/initrd",
|
||||
"/initrd.img",
|
||||
"/usr/share/edk2/",
|
||||
"/usr/share/edk2-ovmf/", /* for OVMF images */
|
||||
"/usr/share/OVMF/", /* for OVMF images */
|
||||
"/usr/share/ovmf/", /* for OVMF images */
|
||||
"/usr/share/AAVMF/", /* for AAVMF images */
|
||||
|
Loading…
x
Reference in New Issue
Block a user