mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
Merge pull request #78 from devnexen/netbsd_bind_cpu_fix
Systen config typo for NetBSD
This commit is contained in:
commit
95bdb47f01
@ -48,7 +48,7 @@ if [ "$PLATFORM" = "OpenBSD" ] ; then
|
|||||||
echo
|
echo
|
||||||
echo 'System security features cannot be disabled on OpenBSD.'
|
echo 'System security features cannot be disabled on OpenBSD.'
|
||||||
fi
|
fi
|
||||||
if [ "$PLATFORM" = "FreeBSD" ] ; then
|
if [ "$PLATFORM" = "NetBSD" ] ; then
|
||||||
echo
|
echo
|
||||||
echo It is recommended to enable unprivileged users to set cpu affinity
|
echo It is recommended to enable unprivileged users to set cpu affinity
|
||||||
to be able to use afl-gotcpu meaningfully.
|
to be able to use afl-gotcpu meaningfully.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user