mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
add check for ESET oaeventd
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
8d9cdb22f4
commit
b3436629ce
@ -186,8 +186,8 @@
|
||||
fi
|
||||
|
||||
# ESET security products
|
||||
LogText "Test: checking process esets_daemon"
|
||||
if IsRunning "esets_daemon"; then
|
||||
LogText "Test: checking process esets_daemon or oaeventd (ESET)"
|
||||
if IsRunning "esets_daemon" || IsRunning "oaeventd"; then
|
||||
FOUND=1
|
||||
ESET_DAEMON_RUNNING=1
|
||||
MALWARE_DAEMON_RUNNING=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user