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>2016-10-15 12:30:12 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-15 12:30:12 +0300
commit76277f1bf98c7e6f13e3dcc6cddcdafeeb7a3e27 (patch)
treed0a8ba80c2a99c5f33af6636bb8acb8cb9523d7b /include/tests_firewalls
parent19bfb4a7a4e29fcab3654a8fc707d06582f2244d (diff)
Added process detection for Little Snitch
Diffstat (limited to 'include/tests_firewalls')
-rw-r--r--include/tests_firewalls2
1 files changed, 1 insertions, 1 deletions
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"