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>2021-01-07 14:36:10 +0300
committerGitHub <noreply@github.com>2021-01-07 14:36:10 +0300
commita2f4d524047b10cc5199ccde7831f22e62ccdfd7 (patch)
tree494ee47dd7d3dad286a962a273d169add50a4196 /include/consts
parentcd6edc577b211ae1d9decd0a4aa5b1b1c7f09c14 (diff)
Added CCBINARY and GCCBINARY
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 82469ed0..5d0c9555 100644
--- a/include/consts
+++ b/include/consts
@@ -60,6 +60,7 @@ ETC_PATHS="/etc /usr/local/etc"
BLKIDBINARY=""
BOOTCTLBINARY=""
CAT_BINARY=""
+ CCBINARY=""
CFAGENTBINARY=""
CHECK=0
CHECK_BINARIES=1
@@ -117,6 +118,7 @@ ETC_PATHS="/etc /usr/local/etc"
FIREWALL_ACTIVE=0
FOUNDPATH=0
FORENSICS_MODE=0
+ GCCBINARY=""
GETENT_BINARY=""
GRADMBINARY=""
GREPBINARY="grep"