DragonFlyBSD Kernel Audit
DF-2521 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Cannot run: the target HBA driver is not loaded on this guest.
# Gate verification commands (run on the guest):
#   kldstat         -> only kernel, ehci.ko, xhci.ko
#   pciconf -l      -> no target HBA PCI device
#   camcontrol devlist -> only QEMU DVD-ROM
echo "HW-gated: target HBA driver is absent on this guest."
echo "Run on guest to verify: kldstat && pciconf -l && camcontrol devlist"
exit 0