and afl-whatsup.8
Without this patch, afl-system-config.8 varied between build hosts
because it contained lines such as
./afl-system-config: line 30: sysctl: command not found
./afl-system-config: line 31: /sys/kernel/mm/transparent_hugepage/enabled: Permission denied
It is recommended to boot the kernel with lots of security off
See https://reproducible-builds.org/ for why this matters.
afl-system-config.8 is generated by the %.8 target in GNUmakefile
that calls commands with -hh to fill the OPTIONS section of man-pages.
This PR was done while working on reproducible builds for openSUSE.