DragonFlyBSD Kernel Audit
DF-1041 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# Run the DF-1041 harness against the crafted CIS image.
set -e
cd "$(dirname "$0")"
./harness cis_image.bin
echo "RUN_EXIT=$?"