mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
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…
x
Reference in New Issue
Block a user