mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-23 13:54:35 +02:00
Merge pull request #3 from nser77/nser77-patch-14
Update tests_firewalls
This commit is contained in:
commit
b6bbbf4ac8
@ -176,6 +176,7 @@
|
|||||||
set -- ${IPTABLES_OUTPUT_LINE}
|
set -- ${IPTABLES_OUTPUT_LINE}
|
||||||
while [ $# -gt 0 ]
|
while [ $# -gt 0 ]
|
||||||
do
|
do
|
||||||
|
LogText "Result: Found ${3} for ${2} (table: ${1})"
|
||||||
Display --indent 6 --text "- Checking chain ${2} (table: ${1}, target: ${3})" --result "${3}" --color "${4}"
|
Display --indent 6 --text "- Checking chain ${2} (table: ${1}, target: ${3})" --result "${3}" --color "${4}"
|
||||||
if [ "${3}" = "NFQUEUE" ]
|
if [ "${3}" = "NFQUEUE" ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user