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>2016-04-25 17:00:10 +0300
committermboelen <michael@cisofy.com>2016-04-25 17:00:10 +0300
commit4dcb9eccff5a77c1320083afb4da638fbb3caa27 (patch)
tree63aca07b79bdfc0a4e40ad3be134b7b762fbc44b /include/consts
parente5790dc8c6c2349a846c4d50b019ab31735ff93b (diff)
Allow skipping of plugins with --skip-plugins or skip-plugins
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index f7fa3735..0a74814e 100644
--- a/include/consts
+++ b/include/consts
@@ -100,6 +100,7 @@ unset LANG
MALWARE_SCANNER_INSTALLED=0
MYSQL_RUNNING=0
MIN_PASSWORD_LENGTH=-1
+ N_PLUGIN_ENABLED=0
NAME_CACHE_USED=0
NETWORK_INTERFACES=""
NGINX_ACCESS_LOG_DISABLED=0