diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-08-19 22:18:40 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-09-08 16:34:27 +0200 |
commit | 75a9681ec07bee537d037843781a9ee539e1b7c3 (patch) | |
tree | 5b49212f64f83f62240a12bee8fd960cc754e887 /src/shared/tpm2-util.h | |
parent | tpm2-util: add helper for formatting PCR masks as string (diff) | |
download | systemd-75a9681ec07bee537d037843781a9ee539e1b7c3.tar.xz systemd-75a9681ec07bee537d037843781a9ee539e1b7c3.zip |
cryptsetup: hook up TPM2 token code with policies based on PCR signatures, too
Diffstat (limited to '')
-rw-r--r-- | src/shared/tpm2-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/tpm2-util.h b/src/shared/tpm2-util.h index 554ca58df6..cd6bcc91b3 100644 --- a/src/shared/tpm2-util.h +++ b/src/shared/tpm2-util.h @@ -128,6 +128,7 @@ int tpm2_primary_alg_from_string(const char *alg); typedef struct { uint32_t search_pcr_mask; const char *device; + const char *signature_path; } systemd_tpm2_plugin_params; typedef enum Tpm2Support { |