From 76277f1bf98c7e6f13e3dcc6cddcdafeeb7a3e27 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 15 Oct 2016 11:30:12 +0200 Subject: [PATCH] Added process detection for Little Snitch --- include/tests_firewalls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_firewalls b/include/tests_firewalls index c51dfe72..a702420c 100644 --- a/include/tests_firewalls +++ b/include/tests_firewalls @@ -384,7 +384,7 @@ # Description : Check Little Snitch Daemon on macOS Register --test-no FIRE-4534 --weight L --os "MacOS" --network NO --category security --description "Check for presence of Little Snitch on macOS" if [ ${SKIPTEST} -eq 0 ]; then - if [ ! -z "${FIND}" ]; then + if IsRunning "Little Snitch Daemon"; then Display --indent 2 --text "- Checking Little Snitch Daemon" --result "${STATUS_ENABLED}" --color GREEN AddHP 3 3 LogText "Result: little Snitch found"