feat: add nftables to firewall software allow list (#203)

* feat: add nftables to firewall software allow list

fixes #191

* fix: enhance 3.5.4.1.1_net_fw_default_policy_drop.sh iptables output check, disable associated test
This commit is contained in:
GoldenKiwi
2023-09-07 14:36:08 +02:00
committed by GitHub
parent 9d3fb18e6b
commit 5370ec2ef6
4 changed files with 37 additions and 20 deletions

View File

@ -45,7 +45,7 @@ audit() {
crit "Policy set to $actual_policy for chain $chain, should be ${FW_POLICY}."
fi
else
echo "cant find chain $chain"
crit "Unable to find chain $chain"
fi
done
fi