diff options
Diffstat (limited to 'Documentation/security')
-rw-r--r-- | Documentation/security/keys-trusted-encrypted.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/security/keys-trusted-encrypted.txt b/Documentation/security/keys-trusted-encrypted.txt index 0afcb5023c75..5f50ccabfc8a 100644 --- a/Documentation/security/keys-trusted-encrypted.txt +++ b/Documentation/security/keys-trusted-encrypted.txt | |||
@@ -63,7 +63,7 @@ Usage: | |||
63 | keyctl add encrypted name "load hex_blob" ring | 63 | keyctl add encrypted name "load hex_blob" ring |
64 | keyctl update keyid "update key-type:master-key-name" | 64 | keyctl update keyid "update key-type:master-key-name" |
65 | 65 | ||
66 | format:= 'default' | 66 | format:= 'default | ecryptfs' |
67 | key-type:= 'trusted' | 'user' | 67 | key-type:= 'trusted' | 'user' |
68 | 68 | ||
69 | 69 | ||
@@ -154,4 +154,6 @@ Load an encrypted key "evm" from saved blob: | |||
154 | 24717c64 5972dcb82ab2dde83376d82b2e3c09ffc | 154 | 24717c64 5972dcb82ab2dde83376d82b2e3c09ffc |
155 | 155 | ||
156 | Other uses for trusted and encrypted keys, such as for disk and file encryption | 156 | Other uses for trusted and encrypted keys, such as for disk and file encryption |
157 | are anticipated. | 157 | are anticipated. In particular the new format 'ecryptfs' has been defined in |
158 | in order to use encrypted keys to mount an eCryptfs filesystem. More details | ||
159 | about the usage can be found in the file 'Documentation/keys-ecryptfs.txt'. | ||