mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey: Add the 'pvsecrets list' command
The 'pvsecrets list' command lists the available protected virtualization secrets. By default, only those pvsecret types are listed, that can be used with zkey. If option '--all/-a' is specified, then all pvsecret types are listed. Nevertheless, pvsecret types not supported by zkey can not be used with zkey. This command only works when running in a secure execution guest. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Reviewed-by: Jorg Schmidbauer <jschmidb@de.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
8c4b2872b8
commit
5ce79ea667
@@ -86,4 +86,8 @@ struct uvio_list_secrets {
|
||||
|
||||
int uv_open_device(bool verbose);
|
||||
|
||||
int pvsecrets_list(int uv_fd, bool all, bool hex, const char *type_filter,
|
||||
const char *secret_id, const char *secret_name,
|
||||
bool verbose);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user