From c2127e3ff7c324e44ac6b84d55c3bb8382427436 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Sat, 27 Feb 2021 17:58:25 +0100 Subject: disable the generation of core files in DragonFly BSD --- afl-system-config | 4 ++-- 1 file 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 -- cgit 1.4.1