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:
authormslifcak <slifcan@gmail.com>2018-01-17 19:19:51 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-01-17 19:19:51 +0300
commit25b3c4f1eb8977f73213dd2d8725b57ef7a5dd3e (patch)
tree13c297876e5eb7edff4d262e32d41708b8578a44
parentd7d42d91036c580dd0fd367443f5c118f04cd345 (diff)
VBoxService running is another VirtualBox clue (#505)
-rw-r--r--include/functions2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions b/include/functions
index 52dbcabb..3b69544f 100644
--- a/include/functions
+++ b/include/functions
@@ -1491,6 +1491,8 @@
if [ ${RUNNING} -eq 1 ]; then SHORT="virtualbox"; fi
IsRunning VBoxClient
if [ ${RUNNING} -eq 1 ]; then SHORT="virtualbox"; fi
+ IsRunning VBoxService
+ if [ ${RUNNING} -eq 1 ]; then SHORT="virtualbox"; fi
else
LogText "Result: skipped processes test, as we already found platform"
fi