Skip to content

Commit

Permalink
fixup! [Docs] Add chapter on encrypted files implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Kuvaiskii <dmitrii.kuvaiskii@intel.com>
  • Loading branch information
dimakuv committed Apr 25, 2024
1 parent 54892be commit debc38c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/devel/encfiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit debc38c

Please sign in to comment.