mirror of https://github.com/CISOfy/lynis.git
Use different status for unused firewall rules
This commit is contained in:
parent
8cefc0f7b9
commit
18d97ce60e
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue