diff options
author | vanhauser-thc <vh@thc.org> | 2021-09-15 12:28:05 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-09-15 12:28:05 +0200 |
commit | 51b2e86ec077c0b67ef1b54a9a30288b74c01be0 (patch) | |
tree | a92ca9d3c62b7343820efb817177f9b6b1ed1c45 /afl-system-config | |
parent | 48e26d8e06df6098db855dd9f68d2f419f8be9b1 (diff) | |
download | afl++-51b2e86ec077c0b67ef1b54a9a30288b74c01be0.tar.gz |
fix links
Diffstat (limited to 'afl-system-config')
-rwxr-xr-x | afl-system-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-system-config b/afl-system-config index dbdbbf1f..3c14ba55 100755 --- a/afl-system-config +++ b/afl-system-config @@ -52,7 +52,7 @@ if [ "$PLATFORM" = "Linux" ] ; then echo ' /etc/default/grub:GRUB_CMDLINE_LINUX_DEFAULT="ibpb=off ibrs=off kpti=0 l1tf=off mds=off mitigations=off no_stf_barrier noibpb noibrs nopcid nopti nospec_store_bypass_disable nospectre_v1 nospectre_v2 pcid=off pti=off spec_store_bypass_disable=off spectre_v2=off stf_barrier=off srbds=off noexec=off noexec32=off tsx=on tsx_async_abort=off arm64.nopauth audit=0 hardened_usercopy=off ssbd=force-off"' echo } - echo If you run fuzzing instances in docker, run them with \"--security-opt seccomp=unconfined\" for more speed + echo If you run fuzzing instances in docker, run them with \"--security-opt seccomp=unconfined\" for more speed. echo DONE=1 fi |