mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 08:44:21 +02:00
VBoxService running is another VirtualBox clue (#505)
This commit is contained in:
parent
d7d42d9103
commit
25b3c4f1eb
@ -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…
x
Reference in New Issue
Block a user