diff options
| author | van Hauser <vh@thc.org> | 2021-03-10 15:45:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 15:45:14 +0100 |
| commit | 2d92bb483ec3a3c0c30d568b432d15e971fc7015 (patch) | |
| tree | 5066235cea9d80c5996ab44fa2f6eaddb5656f43 /afl-system-config | |
| parent | 976cb3e36c130dc31fb189e9bb4f036730fca7ee (diff) | |
| parent | 071edb1a2ddcf787680ca5096ddc1d6e28addd0b (diff) | |
| download | afl++-2d92bb483ec3a3c0c30d568b432d15e971fc7015.tar.gz | |
Merge pull request #786 from AFLplusplus/dev
push to stable
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 9905ac81..ae37a062 100755 --- a/afl-system-config +++ b/afl-system-config @@ -39,7 +39,7 @@ if [ "$PLATFORM" = "Linux" ] ; then echo Settings applied. dmesg | egrep -q 'nospectre_v2|spectre_v2=off' || { echo It is recommended to boot the kernel with lots of security off - if you are running a machine that is in a secured network - so set this: - echo ' /etc/default/grub:GRUB_CMDLINE_LINUX_DEFAULT="ibpb=off ibrs=off kpti=off 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"' + 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"' } DONE=1 fi |
