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-26 14:40:21 +0300
committermboelen <michael@cisofy.com>2016-04-26 14:40:21 +0300
commit55799a524c19ee4f7ebc291ad9b0153796303383 (patch)
treec59a8b41d74af33fc8b587fed83241d165445c92 /include/consts
parent2cefdb79d6ea80d5cb897064c6e8df92312a63b4 (diff)
Added developer mode (--developer)
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 1fbc4e9f..4dd60428 100644
--- a/include/consts
+++ b/include/consts
@@ -74,6 +74,7 @@ unset LANG
CUSTOM_URL_PREPEND=""
CUSTOM_URL_PROTOCOL=""
DB2_RUNNING=0
+ DEVELOPER_MODE=0
DISCOVERED_BINARIES=""
DOCKER_DAEMON_RUNNING=0
ERROR_ON_WARNINGS=0