Skip to content

Commit

Permalink
[AFL++] Use absolute path to afl-system-config
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Dec 11, 2024
1 parent c925a77 commit cf76bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/afl/launch-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf76bfd

Please sign in to comment.