SEBWIN-793, #669: Fixed false positive for VirtualBox host systems.
This commit is contained in:
parent
8e17504d35
commit
bfd1da3a86
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace SafeExamBrowser.SystemComponents
|
||||||
// QEMU
|
// QEMU
|
||||||
"qemu", "ven_1af4", "ven_1b36", "subsys_11001af4",
|
"qemu", "ven_1af4", "ven_1b36", "subsys_11001af4",
|
||||||
// VirtualBox
|
// VirtualBox
|
||||||
"vbox", "vid_80ee",
|
"VEN_VBOX", "vid_80ee",
|
||||||
// VMware
|
// VMware
|
||||||
"PROD_VMWARE", "VEN_VMWARE", "VMWARE_IDE"
|
"PROD_VMWARE", "VEN_VMWARE", "VMWARE_IDE"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue