mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Use different status for unused firewall rules
This commit is contained in:
parent
8cefc0f7b9
commit
18d97ce60e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue