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:
authormboelen <michael@cisofy.com>2016-04-02 19:27:32 +0300
committermboelen <michael@cisofy.com>2016-04-02 19:27:32 +0300
commit40d11eb37be390a2e0f2e68b552451760d40117b (patch)
tree45b5f50d8ef25d45623a69d45397f66ae5369cbc /include/consts
parent4e582676581b422440ea45ce6d84bd4cf92cbbcb (diff)
Added variables related to database status
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 9a22da44..3c9a81d2 100644
--- a/include/consts
+++ b/include/consts
@@ -73,6 +73,7 @@ unset LANG
CUSTOM_URL_APPEND=""
CUSTOM_URL_PREPEND=""
CUSTOM_URL_PROTOCOL=""
+ DB2_RUNNING=0
DISCOVERED_BINARIES=""
DOCKER_DAEMON_RUNNING=0
FILEVALUE=""
@@ -95,6 +96,7 @@ unset LANG
MACHINEID=""
MACHINE_ROLE=""
MALWARE_SCANNER_INSTALLED=0
+ MYSQL_RUNNING=0
MIN_PASSWORD_LENGTH=-1
NAME_CACHE_USED=0
NETWORK_INTERFACES=""
@@ -118,6 +120,7 @@ unset LANG
NGINX_RETURN_FOUND=0
NGINX_ROOT_FOUND=0
NTPD_ROLE=""
+ ORACLE_RUNNING=0
OS=""; OS_MODE=""
OS_REDHAT_OR_CLONE=0
OSIRISBINARY=""
@@ -135,6 +138,7 @@ unset LANG
PIDFILE=""
PLUGINDIR=""
PLUGIN_PHASE=0
+ POSTGRES_RUNNING=0
PRIVILEGED=0
PROFILEVALUE=""
PSBINARY="ps"