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>2018-09-19 14:23:27 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-09-19 14:23:27 +0300
commitbf1e99f3cd321c0893b60393aa4472f3c6a7aa75 (patch)
treee95076d010d71067419ee26d415f4e71abf16c86 /include/tests_databases
parentf8697db25b24f8d767f1c6e6678d868b6dd369cd (diff)
[DBS-1882] added /usr/local/redis/etc path
Diffstat (limited to 'include/tests_databases')
-rw-r--r--include/tests_databases2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_databases b/include/tests_databases
index 2ebf2972..370078b7 100644
--- a/include/tests_databases
+++ b/include/tests_databases
@@ -259,7 +259,7 @@
if [ ${REDIS_RUNNING} -eq 1 ]; then PREQS_METS="YES"; else PREQS_MET="NO"; SKIPREASON="Redis not running"; fi
Register --test-no DBS-1882 --weight L --network NO --preqs-met "${PREQS_MET}" --skip-reason "${SKIPREASON}" --category security --description "Redis configuration file"
if [ ${SKIPTEST} -eq 0 ]; then
- PATHS="${ROOTDIR}etc/redis ${ROOTDIR}usr/local/etc/redis"
+ PATHS="${ROOTDIR}etc/redis ${ROOTDIR}usr/local/etc/redis ${ROOTDIR}usr/local/redis/etc"
ALLFILES=$(${LSBINARY} ${ROOTDIR}etc/redis.conf 2> /dev/null)
FOUND=0
for DIR in ${PATHS}; do