DragonFlyBSD Kernel Audit
DF-0912 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-0912 build: compile the malicious FUSE daemon (guest).
set -e
cc -O2 -o fused_df0912 fused_df0912.c
echo "BUILD_OK"
ls -l fused_df0912