afl-system-config update proposal for OpenBSD.

The vast majority of security features can t be disabled but we can
act of allocation config.
This commit is contained in:
David Carlier 2022-02-08 10:46:54 +00:00
parent a5dc067331
commit 64cc345ec2

View File

@ -76,6 +76,9 @@ EOF
DONE=1
fi
if [ "$PLATFORM" = "OpenBSD" ] ; then
doas sysctl vm.malloc_conf=
echo 'Freecheck on allocation in particular can be detrimental to performance.'
echo 'Also we might not want necessarily to abort at any allocation failure.'
echo 'System security features cannot be disabled on OpenBSD.'
echo
DONE=1