SEBWIN-703: Added MSFT Virtual DVD device to whitelist.
This commit is contained in:
parent
1605f0d00e
commit
40a7f63524
1 changed files with 4 additions and 2 deletions
|
@ -31,8 +31,10 @@ namespace SafeExamBrowser.SystemComponents
|
||||||
|
|
||||||
private static readonly string[] DeviceWhitelist =
|
private static readonly string[] DeviceWhitelist =
|
||||||
{
|
{
|
||||||
// Microsoft Virtual Disk
|
// Microsoft Virtual Disk Device
|
||||||
"PROD_VIRTUAL_DISK"
|
"PROD_VIRTUAL_DISK",
|
||||||
|
// Microsoft Virtual DVD Device
|
||||||
|
"PROD_VIRTUAL_DVD"
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly ILogger logger;
|
private readonly ILogger logger;
|
||||||
|
|
Loading…
Reference in a new issue