mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
Update tests_firewalls
This commit is contained in:
parent
d64f480823
commit
5d50814f04
@ -218,7 +218,8 @@
|
|||||||
elif [ "${c}" = "OUTPUT" ]
|
elif [ "${c}" = "OUTPUT" ]
|
||||||
then
|
then
|
||||||
:
|
:
|
||||||
elif [ "${c}" = "INPUT" ] || [ "${c}" = "FORWARD" ] || [ "${c}" = "OUTPUT" ]
|
fi
|
||||||
|
if [ "${c}" = "INPUT" ] || [ "${c}" = "FORWARD" ] || [ "${c}" = "OUTPUT" ]
|
||||||
then
|
then
|
||||||
if [ "${j}" = "NFQUEUE" ]
|
if [ "${j}" = "NFQUEUE" ]
|
||||||
then
|
then
|
||||||
@ -231,6 +232,7 @@
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
# resume
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user