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>2017-10-24 14:39:41 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-10-24 14:39:41 +0300
commitc5e014eaf43cd059ad89f00af3817be1eb8be4ca (patch)
tree686caf1fd3275e1bd33ba496b360bd90c5538509 /include/tests_firewalls
parent45748184a8b75ed79c62cf4a2e8b12e7c08393b1 (diff)
Corrected description
Diffstat (limited to 'include/tests_firewalls')
-rw-r--r--include/tests_firewalls2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_firewalls b/include/tests_firewalls
index c097e7bc..948492b2 100644
--- a/include/tests_firewalls
+++ b/include/tests_firewalls
@@ -153,7 +153,7 @@
#################################################################################
#
# Test : FIRE-4512
- # Description : Check iptables for empty ruleset (should have at least 10 or more rules)
+ # Description : Check iptables for empty ruleset (should have at least 5 or more rules)
if [ ! -z "${IPTABLESBINARY}" -a ${IPTABLES_ACTIVE} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
Register --test-no FIRE-4512 --preqs-met ${PREQS_MET} --os Linux --weight L --network NO --root-only YES --category security --description "Check iptables for empty ruleset"
if [ ${SKIPTEST} -eq 0 ]; then