From 2b1061ef14687d1c1d24c38a73c14bf4f6973d19 Mon Sep 17 00:00:00 2001 From: mboelen Date: Wed, 22 Jul 2015 13:47:44 +0200 Subject: Added suggestions for Solaris auditing --- include/tests_accounting | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/tests_accounting b/include/tests_accounting index 146b7589..5c3bda3c 100644 --- a/include/tests_accounting +++ b/include/tests_accounting @@ -344,12 +344,13 @@ Display --indent 4 --text "- Checking Solaris audit location" --result FOUND --color GREEN else logtext "Result: location ${FIND} does not exist" - # YYY perform manual audit - Display --indent 4 --text "- Checking Solaris audit location" --result UNKNOWN --color YELLOW + Display --indent 4 --text "- Checking Solaris audit location" --result "NOT FOUND" --color YELLOW + ReportSuggestion "${TEST_NO}" "Check if the Solaris audit directory is available" fi else logtext "Result: unknown event location" Display --indent 4 --text "- Checking Solaris audit location" --result UNKNOWN --color YELLOW + ReportSuggestion "${TEST_NO}" "Check if the Solaris audit directory is properly configured" fi else logtext "Result: could not find /etc/security/audit_control" -- cgit v1.2.3