diff options
-rwxr-xr-x | afl-system-config | 2 |
1 files changed, 1 insertions, 1 deletions
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. |