diff options
| author | hexcoder- <heiko@hexco.de> | 2019-10-11 23:20:32 +0200 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2019-10-11 23:20:32 +0200 |
| commit | a9404fe33fbde5977ece4daef3dd4a63b7b973a0 (patch) | |
| tree | ca9f2af2a59e9222ebeafbf1dff2372ceea98d9b | |
| parent | 95bdb47f01b12ab8a6e8a8054d41e5db9fb2bc95 (diff) | |
| download | afl++-a9404fe33fbde5977ece4daef3dd4a63b7b973a0.tar.gz | |
fix output from echo on NetBSD, now enables users to set cpu
| -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 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 |
