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>2017-04-23 21:19:02 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-04-23 21:19:02 +0300
commita04b2da85113c23394be23726b94889d1e12f3f5 (patch)
tree7ced63c5528d91d8b4804c305d63cd13bf9f2875
parent77d26dc184e8ab01438db548dad327b971dcfe44 (diff)
Initialize variables
-rw-r--r--include/consts2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 649b1f92..75234967 100644
--- a/include/consts
+++ b/include/consts
@@ -94,6 +94,7 @@ unset LANG
DEVELOPER_MODE=0
DISCOVERED_BINARIES=""
DNFBINARY=""
+ DOCKERBINARY=""
DOCKER_DAEMON_RUNNING=0
ECHOCMD=""
ERROR_ON_WARNINGS=0
@@ -137,6 +138,7 @@ unset LANG
MTREEBINARY=""
MYSQLCLIENTBINARY=""
MYSQL_RUNNING=0
+ N_PLUGIN=0
N_PLUGIN_ENABLED=0
NAME_CACHE_USED=0
NETWORK_INTERFACES=""