[dm-devel] [PATCH] dm-crypt: Document encrypted keyring key option.

Milan Broz gmazyland at gmail.com
Thu Aug 20 19:20:26 UTC 2020


Commit 27f5411a718c431c20007e3a2fbba6589942d04f introduced
support for encrypted keyring type.

This patch fixes documentation in admin guide to mention this type.

Signed-off-by: Milan Broz <gmazyland at gmail.com>
---
 Documentation/admin-guide/device-mapper/dm-crypt.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/device-mapper/dm-crypt.rst b/Documentation/admin-guide/device-mapper/dm-crypt.rst
index 94466921415d..64d678411cc0 100644
--- a/Documentation/admin-guide/device-mapper/dm-crypt.rst
+++ b/Documentation/admin-guide/device-mapper/dm-crypt.rst
@@ -67,7 +67,7 @@ Parameters::
     the value passed in <key_size>.
 
 <key_type>
-    Either 'logon' or 'user' kernel key type.
+    Either 'logon', 'user' or 'encrypted' kernel key type.
 
 <key_description>
     The kernel keyring key description crypt target should look for
-- 
2.28.0




More information about the dm-devel mailing list