From 64bfd0341456d6358f892f2e3d113efdcb3c64e3 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 5 Nov 2023 18:25:23 +0100 Subject: Documentation: Mention that TRIM is not supported on macOS --- doc/html/Trim Operation.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/html') diff --git a/doc/html/Trim Operation.html b/doc/html/Trim Operation.html index 0b8182ad..a186f9da 100644 --- a/doc/html/Trim Operation.html +++ b/doc/html/Trim Operation.html @@ -49,6 +49,9 @@ On Windows, VeraCrypt allows users to control the trim operation for both non-sy Under Linux, VeraCrypt does not block the trim operation on volumes using the native Linux kernel cryptographic services, which is the default setting. To block TRIM on Linux, users should either enable the "do not use kernel cryptographic services" option in VeraCrypt's Preferences (applicable only to volumes mounted afterward) or use the --mount-options=nokernelcrypto switch in the command line when mounting.

+Under macOS, VeraCrypt does not support the trim operation. Therefore, trim is always blocked on all volumes. +
+
In cases where trim operations occur, the adversary will be able to tell which sectors contain free space (and may be able to use this information for further analysis and attacks) and plausible deniability may be negatively affected. In order to avoid these issues, users should either disable trim in VeraCrypt settings as previously described or make sure VeraCrypt volumes are not located on drives that use the trim operation. -- cgit v1.2.3