Skip to content

Commit

Permalink
[MALW-3280] Correction to detect com.avast.daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
mboelen committed Aug 8, 2023
1 parent f74428a commit 0d77a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tests_malware
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

# Avast (macOS)
LogText "Test: checking process com.avast.daemon"
if IsRunning "com.avast.daemon"; then
if IsRunning --full "com.avast.daemon"; then
FOUND=1
AVAST_DAEMON_RUNNING=1
MALWARE_DAEMON_RUNNING=1
Expand Down

0 comments on commit 0d77a36

Please sign in to comment.