Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2018-09-17 12:47:07 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-09-17 12:47:07 +0300
commit7635d58fe342e5f9d36a490a45a8e789e0fa5954 (patch)
tree0a0e827af13b087863eb0c61835331cb08b7adef /include/tests_firewalls
parentf0c84e3d0190b43c08ec5d04eaa4f1ebf05bd39e (diff)
Add TODO for BusyBox support
Diffstat (limited to 'include/tests_firewalls')
-rw-r--r--include/tests_firewalls1
1 files changed, 1 insertions, 0 deletions
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