mirror of https://github.com/CISOfy/lynis.git
Merge pull request #1302 from konstruktoid/issue1285
add check for ESET oaeventd
This commit is contained in:
commit
2db0bb7334
|
@ -183,8 +183,8 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ESET security products
|
# ESET security products
|
||||||
LogText "Test: checking process esets_daemon"
|
LogText "Test: checking process esets_daemon or oaeventd (ESET)"
|
||||||
if IsRunning "esets_daemon"; then
|
if IsRunning "esets_daemon" || IsRunning "oaeventd"; then
|
||||||
FOUND=1
|
FOUND=1
|
||||||
ESET_DAEMON_RUNNING=1
|
ESET_DAEMON_RUNNING=1
|
||||||
MALWARE_DAEMON_RUNNING=1
|
MALWARE_DAEMON_RUNNING=1
|
||||||
|
|
Loading…
Reference in New Issue