DragonFlyBSD Kernel Audit
DF-2698 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2698 build (any user, on the guest).
set -e
cc -O -o /tmp/ml /tmp/mountctl_leak.c
echo BUILD-OK