mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey: Allow to filter list output by key type
The zkey list command now accepts option --key-type|-K type to filter the displayed keys by key type. If not specified, then all key types are displayed. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Reviewed-by: Harald Freudenberger <freude@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
9de85f4295
commit
91c35543ca
+1
-1
@@ -68,7 +68,7 @@ int keystore_remove_key(struct keystore *keystore, const char *name,
|
||||
|
||||
int keystore_list_keys(struct keystore *keystore, const char *name_filter,
|
||||
const char *volume_filter, const char *apqn_filter,
|
||||
const char *volume_type);
|
||||
const char *volume_type, const char *key_type);
|
||||
|
||||
int keystore_cryptsetup(struct keystore *keystore, const char *volume_filter,
|
||||
bool execute, const char *volume_type,
|
||||
|
||||
Reference in New Issue
Block a user