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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-27 13:14:25 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-27 13:14:25 +0300
commitff3f13cdd05cda852f30b1d5e4947321e8406eee (patch)
tree0e0eb7822d69691d96b84e001dd3f6cb3118721c /include/consts
parentabf34b56b6bcfff3dac1db2c780862be20998d24 (diff)
Make Lynis run in quick mode by default
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/consts b/include/consts
index 3b30ee97..19223a60 100644
--- a/include/consts
+++ b/include/consts
@@ -219,7 +219,7 @@ unset LANG
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
+ QUICKMODE=1 # Don't wait for user input
QUIET=0 # Show normal messages and warnings as well
SKIPLOGTEST=0 # Skip logging for one test
SKIP_UPGRADE_TEST=0 # Skip upgrade test