mirror of https://github.com/CISOfy/lynis.git
[FIRE-4520] Remove suggestion
This commit is contained in:
parent
08036358ea
commit
042e52c0b9
|
@ -272,8 +272,7 @@
|
|||
else
|
||||
Display --indent 4 --text "- Checking pf configuration consistency" --result "${STATUS_WARNING}" --color RED
|
||||
LogText "Result: found one or more warnings in the pf filter rules"
|
||||
ReportWarning ${TEST_NO} "Found one or more warnings in pf configuration file"
|
||||
ReportSuggestion ${TEST_NO} "Run 'pfctl -n -f /etc/pf.conf -vvv' to see available pf warnings"
|
||||
ReportWarning ${TEST_NO} "Found one or more warnings in pf configuration file" "/etc/pf.conf" "text:Run 'pfctl -n -f /etc/pf.conf -vvv' to see available pf warnings"
|
||||
fi
|
||||
else
|
||||
LogText "Result: /etc/pf.conf does NOT exist"
|
||||
|
|
Loading…
Reference in New Issue