diff options
author | Milan Broz <gmazyland@gmail.com> | 2020-08-20 21:20:26 +0200 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2020-09-22 19:25:58 +0200 |
commit | 4c07ae0ad493b7b2d3dd3e53870e594f136ce8a5 (patch) | |
tree | 36284cc687204ac8ae06ba37d5414c2af96b0721 /Documentation/admin-guide/device-mapper | |
parent | dm crypt: document new no_workqueue flags (diff) | |
download | linux-4c07ae0ad493b7b2d3dd3e53870e594f136ce8a5.tar.xz linux-4c07ae0ad493b7b2d3dd3e53870e594f136ce8a5.zip |
dm crypt: document encrypted keyring key option
Commit 27f5411a718c4 ("dm crypt: support using encrypted keys")
introduced support for encrypted keyring type.
Fix documentation in admin guide to mention this type.
Fixes: 27f5411a718c4 ("dm crypt: support using encrypted keys")
Signed-off-by: Milan Broz <gmazyland@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'Documentation/admin-guide/device-mapper')
-rw-r--r-- | Documentation/admin-guide/device-mapper/dm-crypt.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/device-mapper/dm-crypt.rst b/Documentation/admin-guide/device-mapper/dm-crypt.rst index 40dc2df58cd5..bc28a9527ee5 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 |