DragonFlyBSD Kernel Audit
DF-2769 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2769 PoC build (inside the guest)
set -e
cc -O2 -Wall -o /tmp/pty_master_hijack pty_master_hijack.c
echo "BUILD OK"