mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux/MacOSX/FreeBSD: Support mounting partially encrypted system partitions/drivers in ReadOnly mode in order to allow troubleshooting in some cases.
This commit is contained in:
@@ -313,6 +313,7 @@ namespace VeraCrypt
|
||||
if (options.NoKernelCrypto
|
||||
|| !xts
|
||||
|| algoNotSupported
|
||||
|| volume->IsEncryptionNotCompleted ()
|
||||
|| volume->GetProtectionType() == VolumeProtection::HiddenVolumeReadOnly)
|
||||
{
|
||||
throw NotApplicable (SRC_POS);
|
||||
|
||||
Reference in New Issue
Block a user