#!/bin/sh
# This finding requires hardware not present on this QEMU guest.
# See reachability.txt for the PCI/device survey proving no GPU/WiFi/SCSI-RAID.
echo "Cannot trigger: required hardware not present on this guest."
echo "See reachability.txt for evidence."
exit 0