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:01:32 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-12-18 14:01:32 +0300
commitc4b24c48a97acd98bb94fccbd4691a777553c350 (patch)
tree5272e356f171a3b4815281f429c03121724b57a9 /include/tests_insecure_services
parent7f4274bee5a0894071fba028d57cae963781c28d (diff)
[INSE-8314] changed text of 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 3c2cd402..5b7d96a5 100644
--- a/include/tests_insecure_services
+++ b/include/tests_insecure_services
@@ -411,7 +411,7 @@
if [ -n "${FOUND}" ]; then
LogText "Result: NIS client is installed"
Display --indent 2 --text "- Checking NIS client installation" --result "${STATUS_SUGGESTION}" --color YELLOW
- ReportSuggestion ${TEST_NO} "NIS client should be removed as it contains numerous security exposures and have been replaced with the more secure SSH package"
+ ReportSuggestion ${TEST_NO} "NIS client should be removed if not required. Use a more secure alternative or a protocol that can use encrypted communications."
else
LogText "Result: NIS client is NOT installed"
Display --indent 2 --text "- Checking NIS client installation" --result "${STATUS_OK}" --color GREEN