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:
authorDavid <2069735+Marzal@users.noreply.github.com>2019-07-18 00:08:20 +0300
committerGitHub <noreply@github.com>2019-07-18 00:08:20 +0300
commit250fb965d3e2a20695cde104579dacff292f9031 (patch)
treef8e79e68570206dd8a8ebff84fb243aa97191b77 /include/consts
parent2576bc8fcafaf2a0bfe6342d25a4dbff91987e2b (diff)
Strict mode needs this vars initialized
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 343567df..4f8c5246 100644
--- a/include/consts
+++ b/include/consts
@@ -313,6 +313,16 @@ unset LANG
XARGSBINARY=""
YUMBINARY=""
ZYPPERBINARY=""
+
+# == Variables for strict mode ==
+ IFCONFIGBINARY=""
+ LOCATEBINARY=""
+ SEARCH_VERSION=""
+ SHA1SUMBINARY=""
+ SHA256SUMBINARY=""
+ OPENSSLBINARY=""
+ LICENSE_KEY=""
+
#
#################################################################################
#