DragonFlyBSD Kernel Audit
DF-2915 / run_probe.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# guest-side: root-cause probe on the STOCK kernel (safe, no panic)
kldload /usr/obj/tmp/sqdemo/sqprobe/sqprobe.ko
sleep 1
dmesg | tail -4