mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-26 23:34:25 +02:00
Merge pull request #1436 from sbaumgartner75/master
Update tests_malware
This commit is contained in:
commit
00d88e83a6
@ -234,9 +234,9 @@
|
|||||||
|
|
||||||
# SentinelOne
|
# SentinelOne
|
||||||
LogText "Text: checking process sentineld (SentinelOne)"
|
LogText "Text: checking process sentineld (SentinelOne)"
|
||||||
if isRunning "sentineld"; then SENTINELONE_SCANNER_RUNNING=1; fi # macOS
|
if IsRunning "sentineld"; then SENTINELONE_SCANNER_RUNNING=1; fi # macOS
|
||||||
if isRunning "s1-agent"; then SENTINELONE_SCANNER_RUNNING=1; fi # Linux
|
if IsRunning "s1-agent"; then SENTINELONE_SCANNER_RUNNING=1; fi # Linux
|
||||||
if isRunning "SentinelAgent"; then SENTINELONE_SCANNER_RUNNING=1; fi # Windows
|
if IsRunning "SentinelAgent"; then SENTINELONE_SCANNER_RUNNING=1; fi # Windows
|
||||||
if [ ${SENTINELONE_SCANNER_RUNNING} -eq 1 ]; then
|
if [ ${SENTINELONE_SCANNER_RUNNING} -eq 1 ]; then
|
||||||
FOUND=1
|
FOUND=1
|
||||||
if IsVerbose; then Display --indent 2 --text "- ${GEN_CHECKING} SentinelOne" --result "${STATUS_FOUND}" --color GREEN; fi
|
if IsVerbose; then Display --indent 2 --text "- ${GEN_CHECKING} SentinelOne" --result "${STATUS_FOUND}" --color GREEN; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user