forked from pool/s390-tools
a7f8ed0265
Lots of features implemented for SLES15 SP1. OBS-URL: https://build.opensuse.org/request/show/648783 OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=57
35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
Subject: zkey: Typo in message
|
|
From: Ingo Franzki <ifranzki@linux.ibm.com>
|
|
|
|
Summary: zkey: Support CCA master key change with LUKS2 volumes using paes
|
|
Description: Support the usage of protected key crypto for dm-crypt disks in
|
|
LUKS2 format by providing a tool allowing to re-encipher a
|
|
secure LUKS2 volume key when the CCA master key is changed
|
|
Upstream-ID: dec58c349e794f6333771457d9dcb9c0768fe28e
|
|
Problem-ID: SEC1424.1
|
|
|
|
Upstream-Description:
|
|
|
|
zkey: Typo in message
|
|
|
|
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
|
|
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
|
|
|
|
|
|
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
|
|
---
|
|
zkey/keystore.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/zkey/keystore.c
|
|
+++ b/zkey/keystore.c
|
|
@@ -2319,7 +2319,7 @@ static int _keystore_process_reencipher(
|
|
|
|
if (params.complete) {
|
|
if (!_keystore_reencipher_key_exists(file_names)) {
|
|
- warnx("Staged re-enciphering in not pending for key "
|
|
+ warnx("Staged re-enciphering is not pending for key "
|
|
"'%s', skipping",
|
|
name);
|
|
info->num_skipped++;
|