mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-26 23:34:25 +02:00
Update tests_firewalls
This commit is contained in:
parent
d64f480823
commit
5d50814f04
@ -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…
x
Reference in New Issue
Block a user