From 011e6248c2b4acde11934f8875a308a1ca58f1b8 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 29 Oct 2017 10:54:16 +0100 Subject: [PATCH] Use full match 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 948492b2..805d7095 100644 --- a/include/tests_firewalls +++ b/include/tests_firewalls @@ -414,7 +414,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 IsRunning "Little Snitch Daemon"; then + if IsRunning --full "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"