mirror of https://github.com/CISOfy/lynis.git
Add then statement
This commit is contained in:
parent
76277f1bf9
commit
6b79f38b82
|
@ -372,7 +372,7 @@
|
|||
Report "firewall_software[]=macosx-app-fw"
|
||||
Report "app_fw[]=macosx-app-fw"
|
||||
else
|
||||
if IsVerbose; Display --indent 2 --text "- Checking macOS: Application Firewall" --result "${STATUS_DISABLED}" --color YELLOW; fi
|
||||
if IsVerbose; then Display --indent 2 --text "- Checking macOS: Application Firewall" --result "${STATUS_DISABLED}" --color YELLOW; fi
|
||||
AddHP 1 3
|
||||
LogText "Result: application firewall of macOS is disabled"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue