DragonFlyBSD Kernel Audit
DF-2774 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-2774: no compilation needed (pure stock userland).
# One-time guest preparation (as root):
#   echo 'vfs.quota_enabled=1' >> /boot/loader.conf   # boot tunable, then reboot
#   pw useradd -n qa -m -s /bin/sh                    # unprivileged actor
cp poc.sh /root/poc.sh
echo "nothing to build"