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:
-rw-r--r--include/tests_file_integrity3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tests_file_integrity b/include/tests_file_integrity
index 687853ff..4f3f6237 100644
--- a/include/tests_file_integrity
+++ b/include/tests_file_integrity
@@ -83,7 +83,8 @@
done
if [ -z "${AIDECONFIG}" ]; then
- Display --indent 6 --text "- AIDE config file" --result "${STATUS_NOT_FOUND}" --color YELLOW
+ Display --indent 6 --text "- AIDE config file" --result "${STATUS_NOT_FOUND}" --color RED
+ ReportWarning "${TEST_NO}" "No AIDE configuration file was found, needed for AIDE functionality"
else
LogText "Checking configuration file ${AIDECONFIG} for errors"
FIND=$(${AIDEBINARY} --config=${AIDECONFIG} -D)