Skip to content

Commit

Permalink
snapcraft: remove vgabios for ati, cirrus and vmware GPUs
Browse files Browse the repository at this point in the history
Those would require one to override the QEMU config and replace the virtio GPU
by one of those emulated devices. Situations where that would be useful are
probably very rare and many of the QEMU CVEs were due to those emulated
devices.

The goal is to limit the user's choice to a smaller list of hopefully safer
alternatives GPUs.

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Feb 8, 2024
1 parent 691c6ce commit bb057fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -938,14 +938,11 @@ parts:
- share/qemu/s390-ccw.img
- share/qemu/s390-netboot.img
- share/qemu/slof.bin
- share/qemu/vgabios-ati.bin
- share/qemu/vgabios-bochs-display.bin
- share/qemu/vgabios-cirrus.bin
- share/qemu/vgabios-qxl.bin
- share/qemu/vgabios-ramfb.bin
- share/qemu/vgabios-stdvga.bin
- share/qemu/vgabios-virtio.bin
- share/qemu/vgabios-vmware.bin

qemu-ovmf-secureboot:
after:
Expand Down

0 comments on commit bb057fe

Please sign in to comment.