1 2 3 4 5 6 7
#!/bin/sh # DF-0780 build: compile the malicious FUSE daemon. set -e cd "$(dirname "$0")" cc -O0 -g -o evil_daemon evil_daemon.c echo "BUILD_OK evil_daemon" ls -l evil_daemon