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>2019-07-18 12:36:23 +0300
committerGitHub <noreply@github.com>2019-07-18 12:36:23 +0300
commit87fef1c27b65ccf6f54babc3f203d3d05510dca5 (patch)
tree6000a63f812e68b0afdc30b7c8581056f67a9cd7 /include/consts
parent62c5e5b88104fa0cd1d92da11d9ad2391d7118f4 (diff)
parent06413994cfaa2281567d7482c5da29dedf1ce383 (diff)
Merge pull request #729 from Marzal/Marzal-strictmode
strictmode fixes
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=""
+
#
#################################################################################
#