From 1e4fb1f6febd68558350fa356554e3b886dc9363 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Fri, 11 Oct 2019 20:07:45 +0100 Subject: Systen config typo for NetBSD --- afl-system-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'afl-system-config') diff --git a/afl-system-config b/afl-system-config index a6e0efa4..99ebc61f 100755 --- a/afl-system-config +++ b/afl-system-config @@ -48,7 +48,7 @@ if [ "$PLATFORM" = "OpenBSD" ] ; then echo echo 'System security features cannot be disabled on OpenBSD.' fi -if [ "$PLATFORM" = "FreeBSD" ] ; then +if [ "$PLATFORM" = "NetBSD" ] ; then echo echo It is recommended to enable unprivileged users to set cpu affinity to be able to use afl-gotcpu meaningfully. -- cgit 1.4.1 From a9404fe33fbde5977ece4daef3dd4a63b7b973a0 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Fri, 11 Oct 2019 23:20:32 +0200 Subject: fix output from echo on NetBSD, now enables users to set cpu --- afl-system-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'afl-system-config') diff --git a/afl-system-config b/afl-system-config index 99ebc61f..2a7df17f 100755 --- a/afl-system-config +++ b/afl-system-config @@ -51,7 +51,7 @@ fi if [ "$PLATFORM" = "NetBSD" ] ; then echo echo It is recommended to enable unprivileged users to set cpu affinity -to be able to use afl-gotcpu meaningfully. +echo to be able to use afl-gotcpu meaningfully. /sbin/sysctl -w security.models.extensions.user_set_cpu_affinity=1 fi if [ "$PLATFORM" = "Darwin" ] ; then -- cgit 1.4.1