From d5dca62b044290475d9dd793e4abb58fbfe776d5 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 11 Jun 2018 00:12:32 +0200 Subject: Linux/MacOSX/FreeBSD: Support mounting partially encrypted system partitions/drivers in ReadOnly mode in order to allow troubleshooting in some cases. --- src/Core/Unix/Linux/CoreLinux.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Core') diff --git a/src/Core/Unix/Linux/CoreLinux.cpp b/src/Core/Unix/Linux/CoreLinux.cpp index 0fa97f64..7f18fff4 100644 --- a/src/Core/Unix/Linux/CoreLinux.cpp +++ b/src/Core/Unix/Linux/CoreLinux.cpp @@ -313,6 +313,7 @@ namespace VeraCrypt if (options.NoKernelCrypto || !xts || algoNotSupported + || volume->IsEncryptionNotCompleted () || volume->GetProtectionType() == VolumeProtection::HiddenVolumeReadOnly) { throw NotApplicable (SRC_POS); -- cgit v1.2.3