mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 12:29:49 +00:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41
git-subtree-split:1f22d72d5d
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
36 lines
743 B
Plaintext
36 lines
743 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/
|
|
*/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/*/*.img
|
|
*/share/*/keymaps/
|
|
*/share/*/multiboot.bin
|
|
*/share/*/openbios-ppc
|
|
*/share/*/openbios-sparc32
|
|
*/share/*/openbios-sparc64
|
|
*/share/*/palcode-clipper
|
|
*/share/*/pxe-*
|
|
*/share/*/QEMU,*
|
|
*/share/*/qemu_vga.ndrv
|
|
*/share/*/sgabios.bin
|
|
*/share/*/skiboot.lid
|
|
*/share/*/slof.bin
|
|
*/share/*/trace-events-all
|
|
*/share/*/u-boot*
|
|
*/share/*/vgabios*
|
|
)
|