mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added vmtoolsd detection
This commit is contained in:
parent
2577caf66d
commit
235b228fe2
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue