-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
VM-Detection/vmdetect/linux.go
Lines 19 to 32 in 4fd05cb
| blacklistDMI := []string{ | |
| "innotek", | |
| "virtualbox", | |
| "vbox", | |
| "kvm", | |
| "qemu", | |
| "vmware", | |
| "vmw", | |
| "oracle", | |
| "xen", | |
| "bochs", | |
| "parallels", | |
| "bhyve", | |
| } |
DMI id may contains xen string, but I'm sure it is not a virtual machine :
root@node1:~# cat /sys/class/dmi/id/board_serial
07V122XEN6001010
Metadata
Metadata
Assignees
Labels
No labels