aboutsummaryrefslogtreecommitdiff
path: root/afl-system-config
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-01-02 23:14:29 +0100
committerhexcoder- <heiko@hexco.de>2021-01-02 23:14:29 +0100
commit6ed465bacc80a4909c62252833c85e827bb79593 (patch)
tree6c284a645d23cb051a9faf4a56716947491b2323 /afl-system-config
parent7620f6f39672a4dc799d3875a2c6f7a0d1f0b815 (diff)
downloadAFLplusplus-6ed465bacc80a4909c62252833c85e827bb79593.tar.gz
afl-system-config: cosmetic support for DragonFly
Diffstat (limited to 'afl-system-config')
-rwxr-xr-xafl-system-config5
1 files changed, 5 insertions, 0 deletions
diff --git a/afl-system-config b/afl-system-config
index 7031544c..919932c3 100755
--- a/afl-system-config
+++ b/afl-system-config
@@ -58,6 +58,11 @@ if [ "$PLATFORM" = "OpenBSD" ] ; then
echo 'System security features cannot be disabled on OpenBSD.'
DONE=1
fi
+if [ "$PLATFORM" = "DragonFly" ] ; then
+ echo
+ echo 'System security features cannot be disabled on DragonFly.'
+ DONE=1
+fi
if [ "$PLATFORM" = "NetBSD" ] ; then
{
#echo It is recommended to enable unprivileged users to set cpu affinity