From cf76bfd8286ec0281d5a362b69e4a723dd24247a Mon Sep 17 00:00:00 2001 From: Jesse Schwartzentruber Date: Wed, 11 Dec 2024 17:36:52 -0500 Subject: [PATCH] [AFL++] Use absolute path to afl-system-config --- services/afl/launch-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/afl/launch-root.sh b/services/afl/launch-root.sh index 515adeb7..57822a7d 100755 --- a/services/afl/launch-root.sh +++ b/services/afl/launch-root.sh @@ -62,7 +62,7 @@ onexit () { } trap onexit EXIT -afl-system-config || true +/opt/afl-instrumentation/bin/afl-system-config || true chown root:worker /logs chmod 0775 /logs