DragonFlyBSD Kernel Audit
DF-0622 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
# DF-0622 run script.
# On THIS kernel: the stub prints an explanatory message about dead code.
# On a kernel with a working ng_car module: invoke ng_car_trigger.sh as root.
cd "$(dirname "$0")"
./args_overflow
echo "---"
echo "If ng_car.ko is loadable on your kernel, run as root:"
echo "  sh ng_car_trigger.sh"