diff options
author | vanhauser-thc <vh@thc.org> | 2021-07-23 09:06:18 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-07-23 09:06:18 +0200 |
commit | 4d55a427f07ba61d4f784b14bb1e6bb309781e9c (patch) | |
tree | 4c6c8accd0e36a0d59b7839ee440f7dac3ba8fe4 /afl-system-config | |
parent | 437b399e74b332871bff75837860ab9adaa065a4 (diff) | |
download | afl++-4d55a427f07ba61d4f784b14bb1e6bb309781e9c.tar.gz |
afl-persistent-config Linux support + documentation
Diffstat (limited to 'afl-system-config')
-rwxr-xr-x | afl-system-config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/afl-system-config b/afl-system-config index e149e4cd..a2ffa490 100755 --- a/afl-system-config +++ b/afl-system-config @@ -6,10 +6,12 @@ test "$1" = "-h" -o "$1" = "-hh" && { echo echo afl-system-config has no command line options echo - echo afl-system reconfigures the system to a high performance fuzzing state + echo afl-system-config reconfigures the system to a high performance fuzzing state. echo "WARNING: this reduces the security of the system!" echo - exit 1 + echo Note that there is also afl-persistent-config which sets additional permanent + echo configuration options. + exit 0 } DONE= |