DragonFlyBSD Kernel Audit
DF-0533 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-0533 has no runnable trigger on this guest (requires 3CRWB6095 PCMCIA HW
# + the ng_bt3c module, neither present). This "build" just confirms absence.
cd "$(dirname "$0")"
echo "DF-0533: no build/run — driver not shipped, no PCMCIA hardware on guest."
echo "Source-level race confirmed by trace; see VERDICT.md."