Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-09-05 12:21:27 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-09-05 12:21:27 +0300
commit042e52c0b9fc5e2cc8c6d6b12d570f5dda35308a (patch)
tree0e86db79545f81e349ae9d2b56d5dfff60c2b97e /include/tests_firewalls
parent08036358eaac8698f42320f8f20992dd1e2dffa4 (diff)
[FIRE-4520] Remove suggestion
Diffstat (limited to 'include/tests_firewalls')
-rw-r--r--include/tests_firewalls3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/tests_firewalls b/include/tests_firewalls
index 50f9431d..157166b0 100644
--- a/include/tests_firewalls
+++ b/include/tests_firewalls
@@ -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"