From 52bfd1fc3d6c1e6610469dbddad19aacb4e7f848 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 4 Sep 2019 12:14:35 +0200 Subject: added man pages --- afl-system-config | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'afl-system-config') diff --git a/afl-system-config b/afl-system-config index 28793c5b..6a495f0a 100755 --- a/afl-system-config +++ b/afl-system-config @@ -1,4 +1,17 @@ #!/bin/sh +test "$1" = "-h" && { + echo afl-system-config by Marc Heuse + echo + echo $0 + echo + echo afl-system-config has no command line options + echo + echo afl-system reconfigures the system to a high performance fuzzing state + echo WARNING: this reduces the security of the system + echo + exit 1 +} + PLATFORM=`uname -s` echo This reconfigures the system to have a better fuzzing performance if [ '!' "$EUID" = 0 ] && [ '!' `id -u` = 0 ] ; then -- cgit 1.4.1