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>2019-12-18 14:04:32 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-12-18 14:04:32 +0300
commit94ba30e765d02ce638e01d731882f8b7086506e2 (patch)
treee99464d0455d5fefea5f251d9716ef9074dc7af7 /include/tests_insecure_services
parentc4b24c48a97acd98bb94fccbd4691a777553c350 (diff)
[INSE-8050] corrected function call for showing suggestion
Diffstat (limited to 'include/tests_insecure_services')
-rw-r--r--include/tests_insecure_services2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_insecure_services b/include/tests_insecure_services
index 5b7d96a5..40cd9cf0 100644
--- a/include/tests_insecure_services
+++ b/include/tests_insecure_services
@@ -500,7 +500,7 @@
if ${LAUNCHCTL_BINARY} list | ${GREPBINARY} -sq ${ITEM}; then
Display --indent 2 --text "- ${ITEM}" --result "${STATUS_NO}" --color RED
LogText "Result: found ${ITEM}, which is considered an insecure service"
- AddSuggestion "${TEST_NO}" "Consider disabling service ${ITEM}" "launchctl" "-"
+ ReportSuggestion "${TEST_NO}" "Consider disabling service ${ITEM}" "launchctl" "-"
AddHP 0 1
else
Display --indent 2 --text "- ${ITEM}" --result "${STATUS_OK}" --color GREEN