mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-22 05:28:25 +00:00
- statically linked qemu requires slof.bin to run, hence remove it from blacklist - By default, initrd is used for Power, modify the configuration.toml accordingly Fixes: #8458 Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
36 lines
775 B
Plaintext
36 lines
775 B
Plaintext
#
|
|
# List of blacklisted files that are not
|
|
# required in kata and may have CVEs.
|
|
#
|
|
qemu_black_list=(
|
|
*/bin/qemu-pr-helper
|
|
*/bin/virtfs-proxy-helper
|
|
*/libexec/kata-qemu/qemu*
|
|
*/share/*/applications
|
|
*/share/*/*.dtb
|
|
*/share/*/efi-e1000e.rom
|
|
*/share/*/efi-e1000.rom
|
|
*/share/*/efi-eepro100.rom
|
|
*/share/*/efi-ne2k_pci.rom
|
|
*/share/*/efi-pcnet.rom
|
|
*/share/*/efi-rtl8139.rom
|
|
*/share/*/efi-vmxnet3.rom
|
|
*/share/*/icons
|
|
*/share/*/keymaps
|
|
*/share/*/multiboot.bin
|
|
*/share/*/npcm7xx_bootrom.bin
|
|
*/share/*/openbios-ppc
|
|
*/share/*/openbios-sparc32
|
|
*/share/*/openbios-sparc64
|
|
*/share/*/opensbi-riscv*
|
|
*/share/*/palcode-clipper
|
|
*/share/*/pxe-*
|
|
*/share/*/QEMU,*
|
|
*/share/*/qemu_vga.ndrv
|
|
*/share/*/sgabios.bin
|
|
*/share/*/skiboot.lid
|
|
*/share/*/trace-events-all
|
|
*/share/*/u-boot*
|
|
*/share/*/vgabios*
|
|
)
|