mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Use full match for Little Snitch
This commit is contained in:
parent
764c18c218
commit
011e6248c2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user