Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-09-08 15:58:46 +0400
committermboelen <michael@cisofy.com>2014-09-08 15:58:46 +0400
commitfe0801802966493f4f0c8f7098fff566b10bd7b0 (patch)
tree621b2134c994cc779a472dcbe8ef562eedd442a6 /include/parameters
parent3731da54dfa1432fc4f8038f35fdf65323dc2905 (diff)
Added --pentest parameter to run without root privileges
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/parameters b/include/parameters
index 4a0d889f..788b8394 100644
--- a/include/parameters
+++ b/include/parameters
@@ -82,6 +82,10 @@
LOGFILE="/dev/null"
;;
+ --pentest | --pen-test)
+ PENTESTINGMODE=1
+ ;;
+
# Define a custom profile file
--profile)
shift