DragonFlyBSD Kernel Audit
DF-2783 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# run as the unprivileged user; repeat 3x for leak-stability evidence
for i in 1 2 3; do
  echo "--- run $i ---"
  ./ipcstat_leak
done