DF-0117 / build.sh
#!/bin/sh # DF-0117 PoC build script. # Builds the self-contained trigger (DIOCRECLUSTER iocom attach + forged # DMSG BLK_READ wire messages + connection-teardown race). Compile as any # user; the binary must be RUN as root (needs /dev/vbd0 + DIOCRECLUSTER). # # usage: ./build.sh # set -e cd "$(dirname "$0")" cc -O2 -o trigger trigger.c -lpthread echo "BUILD_OK: trigger" ls -l trigger |