Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Soto <jsitech@live.com>2018-01-13 14:55:16 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-01-13 14:55:16 +0300
commit73e0e7b5e4d12a443aba5949e2dd57cd8e027cc2 (patch)
tree93941b20b03499fdea0083f05d1ce535798bf723 /include/tests_malware
parentfe138d283d47b76292268fa0a37ea47d0c478083 (diff)
Changed Process name search for Bitdefender test. (#503)
* Added php.ini locations for Ubuntu 16.04LTS * Switched Process name Search Bitdefender * Switched Process name Search Bitdefender
Diffstat (limited to 'include/tests_malware')
-rw-r--r--include/tests_malware4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_malware b/include/tests_malware
index e796cc33..9bed8472 100644
--- a/include/tests_malware
+++ b/include/tests_malware
@@ -113,8 +113,8 @@
fi
# Bitdefender (macOS)
- LogText "Test: checking process bdagentd"
- IsRunning bdagentd
+ LogText "Test: checking process epagd"
+ IsRunning epagd
if [ ${RUNNING} -eq 1 ]; then
FOUND=1
BITDEFENDER_DAEMON_RUNNING=1