DragonFlyBSD Kernel Audit
DF-1294 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-1294 run — there is no runtime PoC because the mly driver has no HW on this guest.
# The bug is confirmed at the source level only (see VERDICT.md and README.md).
echo "DF-1294: no runtime PoC (Amazon ENA NIC absent on guest.
echo "pci ids present (from env.txt): only Intel PIIX3/PIIX4 + virtio."
exit 0