mirror of https://github.com/CISOfy/lynis.git
Update tests_firewalls
This commit is contained in:
parent
6410c5aadd
commit
690f82e5e4
|
@ -176,6 +176,7 @@
|
|||
set -- ${IPTABLES_OUTPUT_LINE}
|
||||
while [ $# -gt 0 ]
|
||||
do
|
||||
LogText "Result: Found ${3} for ${2} (table: ${1})"
|
||||
Display --indent 6 --text "- Checking chain ${2} (table: ${1}, target: ${3})" --result "${3}" --color "${4}"
|
||||
if [ "${3}" = "NFQUEUE" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue