From d2a1f05a69afd19ae6017575e0e620fc07827bad Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Sat, 2 Jan 2021 19:59:06 +0100 Subject: add first support for DragonFly OS --- afl-system-config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'afl-system-config') 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 -- cgit 1.4.1