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