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:
authormboelen <michael@cisofy.com>2015-07-22 14:47:44 +0300
committermboelen <michael@cisofy.com>2015-07-22 14:47:44 +0300
commit2b1061ef14687d1c1d24c38a73c14bf4f6973d19 (patch)
tree1b3bf4964a8c0797592b3f7e792dead00a8deaca /include/tests_accounting
parentfd5c968d16d8ac541d4647a9c9ab2caf103a1b68 (diff)
Added suggestions for Solaris auditing
Diffstat (limited to 'include/tests_accounting')
-rw-r--r--include/tests_accounting5
1 files 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"