diff --git a/index.rst b/index.rst index 0e9f6cf5..304fc58f 100644 --- a/index.rst +++ b/index.rst @@ -44,11 +44,9 @@ Container Signing & Encryption {Project} allows containers to be signed using a PGP key. The signature travels with the container image, allowing you to verify that -the image is unmodified at any time. Encryption of containers using -LUKS2 is also supported. Encrypted containers can be run without +the image is unmodified at any time. Encryption of containers +is also supported. Encrypted containers can be run without decrypting them to disk first. -Using encrypted containers currently requires a setuid installation of -{Project}. .. toctree:: :maxdepth: 1 diff --git a/security_options.rst b/security_options.rst index 79673a77..cbc13860 100644 --- a/security_options.rst +++ b/security_options.rst @@ -107,9 +107,8 @@ this keyword. Building encrypted containers ***************************** -With {aProject} setuid installation it is possible to build and run -encrypted containers. -The containers are decrypted at runtime entirely in kernel space, meaning +{Project} can build and run encrypted containers. +The containers are decrypted at runtime entirely in memory, meaning that no intermediate decrypted data is ever present on disk. See :ref:`encrypted containers ` for more details.