about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xafl-system-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/afl-system-config b/afl-system-config
index d5e5ceae..ba8ad3a3 100755
--- a/afl-system-config
+++ b/afl-system-config
@@ -60,8 +60,8 @@ if [ "$PLATFORM" = "OpenBSD" ] ; then
   DONE=1
 fi
 if [ "$PLATFORM" = "DragonFly" ] ; then
-  echo
-  echo 'System security features cannot be disabled on DragonFly.'
+  /sbin/sysctl kern.corefile=/dev/null
+  echo Settings applied.
   DONE=1
 fi
 if [ "$PLATFORM" = "NetBSD" ] ; then