From 7635d58fe342e5f9d36a490a45a8e789e0fa5954 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 17 Sep 2018 11:47:07 +0200 Subject: [PATCH] Add TODO for BusyBox support --- include/tests_firewalls | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tests_firewalls b/include/tests_firewalls index f7c4374e..e1cb43bc 100644 --- a/include/tests_firewalls +++ b/include/tests_firewalls @@ -108,6 +108,7 @@ # Test : FIRE-4508 # Description : Check iptables chain policies # Notes : Suggestions are currently disabled, until related page and documentation is available + # TODO : grep -z is not supported on BusyBox if [ ! "${IPTABLESBINARY}" = "" -a ${IPTABLES_ACTIVE} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi Register --test-no FIRE-4508 --preqs-met ${PREQS_MET} --os Linux --weight L --network NO --root-only YES --category security --description "Check used policies of iptables chains" if [ ${SKIPTEST} -eq 0 ]; then