mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 08:11:34 +00:00
fix output from echo on NetBSD, now enables users to set cpu
This commit is contained in:
parent
95bdb47f01
commit
a9404fe33f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user