DragonFlyBSD Kernel Audit
DF-2359 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
echo "=== DF-2359 hardware gate ==="
usbconfig list 2>&1 || echo "  usbconfig unavailable"
ifconfig -l 2>&1
echo "  (no wlan/urtwn interface; no Realtek RTL8188EU USB wifi dongle attached)"
echo "==> urtwn_efuse_read_data runs at attach of RTL8188EU device (absent)."
exit 0