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-04-15 20:20:31 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-04-15 20:20:31 +0300
commitdba2dcb91881438eabdf54d47c56506f640fcb12 (patch)
treedc1410e7c20d7a9172ba5da4963d02eb8543bc0b /include/consts
parenta881c803e2566c5859724c7c4c081bf73044feeb (diff)
Added missing variables
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 24a32167..207cde8c 100644
--- a/include/consts
+++ b/include/consts
@@ -71,6 +71,7 @@ unset LANG
CHKCONFIGBINARY=""
CLAMCONF_BINARY=""
CLAMSCANBINARY=""
+ CLANGBINARY=""
COLORS=1
COMPLIANCE_ENABLE_CIS=0
COMPLIANCE_ENABLE_HIPAA=0
@@ -104,6 +105,7 @@ unset LANG
ECHOCMD=""
ERROR_ON_WARNINGS=0
EQUERYBINARY=""
+ EXIMBINARY=""
FAIL2BANBINARY=""
FILEBINARY=""
FILEVALUE=""
@@ -275,6 +277,7 @@ unset LANG
TESTS_EXECUTED=""
TESTS_SKIPPED=""
TMPFILE=""
+ TOMOYOINITBINARY=""
TOOLTIP_SHOWED=0
TOTAL_SUGGESTIONS=0
TOTAL_WARNINGS=0