mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
VBoxService running is another VirtualBox clue (#505)
This commit is contained in:
parent
d7d42d9103
commit
25b3c4f1eb
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue