mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 00:04:16 +02:00
Added vmtoolsd detection
This commit is contained in:
parent
2577caf66d
commit
235b228fe2
@ -615,6 +615,8 @@
|
|||||||
# VMware
|
# VMware
|
||||||
IsRunning vmware-guestd
|
IsRunning vmware-guestd
|
||||||
if [ ${RUNNING} -eq 1 ]; then SHORT="vmware"; fi
|
if [ ${RUNNING} -eq 1 ]; then SHORT="vmware"; fi
|
||||||
|
IsRunning vmtoolsd
|
||||||
|
if [ ${RUNNING} -eq 1 ]; then SHORT="vmware"; fi
|
||||||
|
|
||||||
# VirtualBox based on guest services
|
# VirtualBox based on guest services
|
||||||
IsRunning vboxguest-service
|
IsRunning vboxguest-service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user