mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-30 17:24:32 +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
|
if [ ${RUNNING} -eq 1 ]; then SHORT="virtualbox"; fi
|
||||||
IsRunning VBoxClient
|
IsRunning VBoxClient
|
||||||
if [ ${RUNNING} -eq 1 ]; then SHORT="virtualbox"; fi
|
if [ ${RUNNING} -eq 1 ]; then SHORT="virtualbox"; fi
|
||||||
|
IsRunning VBoxService
|
||||||
|
if [ ${RUNNING} -eq 1 ]; then SHORT="virtualbox"; fi
|
||||||
else
|
else
|
||||||
LogText "Result: skipped processes test, as we already found platform"
|
LogText "Result: skipped processes test, as we already found platform"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user