DragonFlyBSD Kernel Audit
DF-0696 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-0696 build: nothing to compile (shell-based race probe).
set -e
cd "$(dirname "$0")"
echo "DF-0696: shell-only PoC; nothing to compile."
ls -l race.sh
echo "BUILD_EXIT=0"