mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Update tests_firewalls
This commit is contained in:
parent
d64f480823
commit
5d50814f04
1 changed files with 3 additions and 1 deletions
|
|
@ -218,7 +218,8 @@
|
|||
elif [ "${c}" = "OUTPUT" ]
|
||||
then
|
||||
:
|
||||
elif [ "${c}" = "INPUT" ] || [ "${c}" = "FORWARD" ] || [ "${c}" = "OUTPUT" ]
|
||||
fi
|
||||
if [ "${c}" = "INPUT" ] || [ "${c}" = "FORWARD" ] || [ "${c}" = "OUTPUT" ]
|
||||
then
|
||||
if [ "${j}" = "NFQUEUE" ]
|
||||
then
|
||||
|
|
@ -231,6 +232,7 @@
|
|||
fi
|
||||
done
|
||||
done
|
||||
# resume
|
||||
fi
|
||||
#
|
||||
#################################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue