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>2016-07-24 20:46:45 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-24 20:46:45 +0300
commit37763dcf4f6f61409defbbc7cc4cabe5482b88d7 (patch)
tree0878930e1554ec82ffd087161fb8c4cde8f4436f /include/consts
parent4f578b7d71184a65d6656202e88c7a09957259de (diff)
[DBS-1880] Detection for redis
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 68074ddc..3b30ee97 100644
--- a/include/consts
+++ b/include/consts
@@ -75,6 +75,7 @@ unset LANG
CUSTOM_URL_APPEND=""
CUSTOM_URL_PREPEND=""
CUSTOM_URL_PROTOCOL=""
+ DATABASE_ENGINE_RUNNING=0
DB2_RUNNING=0
DEVELOPER_MODE=0
DISCOVERED_BINARIES=""
@@ -150,6 +151,7 @@ unset LANG
PRIVILEGED=0
PROFILEVALUE=""
PSBINARY="ps"
+ REDIS_RUNNING=0
REMOTE_LOGGING_ENABLED=0
RKHUNTERBINARY=""
RPMBINARY=""