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:24 +0400
committermboelen <michael@cisofy.com>2014-09-08 15:58:24 +0400
commit3731da54dfa1432fc4f8038f35fdf65323dc2905 (patch)
tree3b55795cae076d4b62f1e9f36d10e2912c67b71e
parent169e7f89d16e3db2383a02ffd17e24c02b7785d8 (diff)
Added pentesting mode variable
-rw-r--r--include/consts1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 9de50d5f..3fdacd6c 100644
--- a/include/consts
+++ b/include/consts
@@ -131,6 +131,7 @@ unset LANG
HPTOTAL=0 # Maximum number of hardening points
LOG_INCORRECT_OS=1 # Log tests with incorrect OS
NEVERBREAK=0 # Don't wait for user input
+ PENTESTINGMODE=0 # Try tests without root privileges
QUICKMODE=0 # Don't wait for user input
QUIET=0 # Show normal messages and warnings as well
SHOW_TOOL_TIPS=1 # Show inline tool tips (default true)