mirror of https://github.com/CISOfy/lynis.git
Added process detection for Little Snitch
This commit is contained in:
parent
19bfb4a7a4
commit
76277f1bf9
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue