mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-31 01:34:23 +02:00
[MALW-3280] Correction to detect com.avast.daemon
This commit is contained in:
parent
f74428a3d7
commit
0d77a367c5
@ -128,7 +128,7 @@
|
|||||||
|
|
||||||
# Avast (macOS)
|
# Avast (macOS)
|
||||||
LogText "Test: checking process com.avast.daemon"
|
LogText "Test: checking process com.avast.daemon"
|
||||||
if IsRunning "com.avast.daemon"; then
|
if IsRunning --full "com.avast.daemon"; then
|
||||||
FOUND=1
|
FOUND=1
|
||||||
AVAST_DAEMON_RUNNING=1
|
AVAST_DAEMON_RUNNING=1
|
||||||
MALWARE_DAEMON_RUNNING=1
|
MALWARE_DAEMON_RUNNING=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user