From ee5c1784ea0ed1328f7607bf3ea619ef3bd96d03 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 18 Jun 2017 16:08:27 +0200 Subject: Windows EFI Bootloader: Add new attributes "DcsBmlDriver" and "DcsBmlLockFlags" to EFI configuration DcsProp. Set their values to 0 to disable DcsBml functionality. --- src/Common/BootEncryption.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Common/BootEncryption.h') diff --git a/src/Common/BootEncryption.h b/src/Common/BootEncryption.h index 06329717..38568d46 100644 --- a/src/Common/BootEncryption.h +++ b/src/Common/BootEncryption.h @@ -173,6 +173,8 @@ namespace VeraCrypt int requestPim; int authorizeVisible; int authorizeRetry; + int bmlLockFlags; + int bmlDriverEnabled; EfiBootConf(); -- cgit v1.2.3