mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-23 13:54:35 +02:00
Update tests_firewalls
This commit is contained in:
parent
ade45301a8
commit
7bdcd56f63
@ -137,8 +137,6 @@
|
||||
fi
|
||||
done
|
||||
# logics
|
||||
if [ ! "${IPTABLES_TABLE}" = "" ] && [ ! "${IPTABLES_CHAIN}" = "" ] && [ ! "${IPTABLES_TARGET}" = "" ]
|
||||
then
|
||||
if [ "${IPTABLES_TABLE}" = "filter" ] || [ "${IPTABLES_TABLE}" = "security" ]
|
||||
then
|
||||
if [ "${IPTABLES_CHAIN}" = "INPUT" ]
|
||||
@ -162,7 +160,6 @@
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
done
|
||||
# resume
|
||||
if [ ! "${SORTBINARY}" = "" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user