DragonFlyBSD Kernel Audit
DF-0436 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
# DF-0436 run: no live module available on the master DEV ISO.
# Print the explanation; see trace_analysis.c and VERDICT.md for the static trace.
echo "DF-0436: ng_btsocket_hci_raw module NOT shipped in /boot/kernel/ on master DEV ISO."
echo "         kldload ng_btsocket_hci_raw / ng_hci / ng_ubt all fail with ENOENT."
echo "         Bug confirmed by static code trace (see trace_analysis.c)."
echo "         Live reproduction requires building + loading the netgraph7 BT stack"
echo "         AND a Bluetooth adapter; neither is present on this guest."
exit 0