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-05 18:26:27 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-05 18:26:27 +0300
commitbac442c6fe63da6b0cbfbc3c8e27c1126ca7da46 (patch)
tree7593e433e8a2e20193aadee5aeba59362a557d57 /include/consts
parent75786a1c80ba783c5552c837930aaba11f74c3fb (diff)
Migrate to new options, including skip-plugins
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 9f907527..d4d61482 100644
--- a/include/consts
+++ b/include/consts
@@ -153,7 +153,6 @@ unset LANG
RKHUNTERBINARY=""
RPMBINARY=""
RUN_HELPERS=0
- RUN_PLUGINS=1
RUN_TESTS=1
SAMHAINBINARY=""
SCAN_TEST_HEAVY=""; SCAN_TEST_MEDIUM=""; SCAN_TEST_LOW=""
@@ -166,6 +165,7 @@ unset LANG
SHOW_PROGRAM_DETAILS=1
SHOW_REPORT=1
SHOW_WARNINGS_ONLY=0
+ SKIP_PLUGINS=0
SKIP_TESTS=""
SKIPPED_TESTS_ROOTONLY=""
SSHKEYSCANBINARY=""