mirror of https://github.com/CISOfy/lynis.git
Corrected description
This commit is contained in:
parent
45748184a8
commit
c5e014eaf4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue