From debc38cb4af51e477048ffd22740c0be0841f443 Mon Sep 17 00:00:00 2001 From: Dmitrii Kuvaiskii Date: Thu, 25 Apr 2024 00:21:25 -0700 Subject: [PATCH] fixup! [Docs] Add chapter on encrypted files implementation Signed-off-by: Dmitrii Kuvaiskii --- Documentation/devel/encfiles.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/devel/encfiles.rst b/Documentation/devel/encfiles.rst index 9034bc43af..929ff48976 100644 --- a/Documentation/devel/encfiles.rst +++ b/Documentation/devel/encfiles.rst @@ -61,8 +61,9 @@ The current implementation does *not* protect against the following attacks: - **Side-channel attacks**. Some file metadata, such as file name, file size, access time, access patterns (e.g., which blocks are read/written), etc. is not confidentiality-protected. This could be used by attackers to gain - sensitive information. See also chapters on file systems in - :doc:`devel/features` for additional discussions on file metadata. + sensitive information. See also + https://gramine.readthedocs.io/en/stable/devel/features.html#file-systems for + additional discussions on file metadata. .. note :: There is an effort to improve rollback/replay attack protection in Gramine.