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-10-17 15:16:54 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-10-17 15:16:54 +0300
commit823ebd8268ea603a00b4c582b95eb43449948b3c (patch)
tree54cf7c05b26fff2ed57964d995d4638e78806246 /include/tests_accounting
parent414be240e8c384eee041853abacdd31f73b6b5dd (diff)
Replaced 'warning' status to 'found'
Diffstat (limited to 'include/tests_accounting')
-rw-r--r--include/tests_accounting2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_accounting b/include/tests_accounting
index 3389bc43..90fc8586 100644
--- a/include/tests_accounting
+++ b/include/tests_accounting
@@ -206,7 +206,7 @@
Display --indent 4 --text "- Checking audit configuration file" --result "${STATUS_OK}" --color GREEN
else
LogText "Result: could not find auditd configuration file"
- Display --indent 4 --text "- Checking audit configuration file" --result "${STATUS_WARNING}" --color RED
+ Display --indent 4 --text "- Checking audit configuration file" --result "${STATUS_FOUND}" --color RED
ReportSuggestion ${TEST_NO} "Determine the location of auditd configuration file"
fi
fi