1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows EFI Bootloader: Add new attributes "DcsBmlDriver" and "DcsBmlLockFlags" to EFI configuration DcsProp. Set their values to 0 to disable DcsBml functionality.

This commit is contained in:
Mounir IDRASSI
2017-06-18 16:08:27 +02:00
parent d71658efd2
commit ee5c1784ea
2 changed files with 10 additions and 1 deletions

View File

@@ -173,6 +173,8 @@ namespace VeraCrypt
int requestPim;
int authorizeVisible;
int authorizeRetry;
int bmlLockFlags;
int bmlDriverEnabled;
EfiBootConf();