VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/BootEncryption.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-18 16:08:27 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-21 01:39:54 +0200
commitee5c1784ea0ed1328f7607bf3ea619ef3bd96d03 (patch)
tree97df22b245b927ab66497ad455ce24305c2e798b /src/Common/BootEncryption.h
parentd71658efd292da22c55701d7155b1a318e400f56 (diff)
downloadVeraCrypt-ee5c1784ea0ed1328f7607bf3ea619ef3bd96d03.tar.gz
VeraCrypt-ee5c1784ea0ed1328f7607bf3ea619ef3bd96d03.zip
Windows EFI Bootloader: Add new attributes "DcsBmlDriver" and "DcsBmlLockFlags" to EFI configuration DcsProp. Set their values to 0 to disable DcsBml functionality.
Diffstat (limited to 'src/Common/BootEncryption.h')
-rw-r--r--src/Common/BootEncryption.h2
1 files changed, 2 insertions, 0 deletions
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();