diff options
| author | van Hauser <vh@thc.org> | 2019-07-05 13:27:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-05 13:27:38 +0200 |
| commit | c0332ad98b84bad3798cbe23d36b07423f216479 (patch) | |
| tree | 8ef28842ef80063972b925faea1c3dd883d4eb3d /afl-system-config | |
| parent | 7f6aaa53147afd4feb549214f49d0f5f69e4af6c (diff) | |
| parent | b57b2073acf85e985f513a12d8aae725f8942689 (diff) | |
| download | afl++-c0332ad98b84bad3798cbe23d36b07423f216479.tar.gz | |
Merge branch 'master' into neverZero_counters
Diffstat (limited to 'afl-system-config')
| -rwxr-xr-x | afl-system-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/afl-system-config b/afl-system-config index 88564c20..7538bc29 100755 --- a/afl-system-config +++ b/afl-system-config @@ -8,6 +8,7 @@ sysctl -w kernel.sched_migration_cost_ns=50000000 sysctl -w kernel.sched_latency_ns=250000000 echo never > /sys/kernel/mm/transparent_hugepage/enabled echo performance | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor > /dev/null +test -e /sys/devices/system/cpu/intel_pstate/no_turbo && echo 0 > /sys/devices/system/cpu/intel_pstate/no_turbo echo 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"' |
