Use full match for Little Snitch

This commit is contained in:
Michael Boelen 2017-10-29 10:54:16 +01:00
parent 764c18c218
commit 011e6248c2
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -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"