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