DF-0436 / run.sh
#!/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 |