Added process detection for Little Snitch

This commit is contained in:
Michael Boelen 2016-10-15 11:30:12 +02:00
parent 19bfb4a7a4
commit 76277f1bf9
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@
# Description : Check Little Snitch Daemon on macOS # 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" 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 [ ${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 Display --indent 2 --text "- Checking Little Snitch Daemon" --result "${STATUS_ENABLED}" --color GREEN
AddHP 3 3 AddHP 3 3
LogText "Result: little Snitch found" LogText "Result: little Snitch found"