From 18d97ce60e03e99e19d532c6fcaee01423ed3e26 Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 1 Sep 2015 15:50:14 +0200 Subject: [PATCH] Use different status for unused firewall rules --- include/tests_firewalls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_firewalls b/include/tests_firewalls index 8563d4e0..81e8dccc 100644 --- a/include/tests_firewalls +++ b/include/tests_firewalls @@ -120,7 +120,7 @@ Display --indent 4 --text "- Checking for unused rules" --result OK --color GREEN logtext "Result: There are no unused rules present" else - Display --indent 4 --text "- Checking for unused rules" --result WARNING --color YELLOW + Display --indent 4 --text "- Checking for unused rules" --result FOUND --color YELLOW logtext "Result: Found one or more possible unused rules" logtext "Description: Unused rules can be a sign that the firewall rules aren't optimized or up-to-date" logtext "Note: Sometimes rules aren't triggered but still in use. Keep this in mind before cleaning up rules."