From e84af49ada22d58c10206ae8f4fc3781755e724b Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Fri, 11 Oct 2024 11:15:08 +0000 Subject: [PATCH] Remove text suggestion as it is replaced with more generic method --- include/tests_boot_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_boot_services b/include/tests_boot_services index 8a11014f..a9a926a0 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -1119,7 +1119,7 @@ Display --indent 4 --text "- ${UNIT} (value=${EXPOSURE})" --result "${STATUS}" --color "${COLOR}" LogText "Result: ${UNIT} has exposure value ${EXPOSURE} with predicate '${STATUS}'" done - ReportSuggestion "${TEST_NO}" "Consider hardening system services" "Run '${SYSTEMDANALYZEBINARY} security SERVICE' for each service" "Learn about systemd features to secure services: https://linux-audit.com/systemd/systemd-features-to-secure-units-and-services/" + ReportSuggestion "${TEST_NO}" "Consider hardening system services" "Run '${SYSTEMDANALYZEBINARY} security SERVICE' for each service" fi # #################################################################################