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"