]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tpm2-util: add missing entry in string table
authorLennart Poettering <lennart@poettering.net>
Wed, 12 Nov 2025 21:34:27 +0000 (22:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 14 Nov 2025 21:04:58 +0000 (22:04 +0100)
Follow-up for: e5a2e7866572614e66cbf6c1d3969128562d9552

src/shared/tpm2-util.c

index da74ca06a5ad1a8af223a8008cc098a8afa7e9e5..356c3e4909e2d6c7de3f28bbc64e859681449dda 100644 (file)
@@ -6425,6 +6425,7 @@ static const char* tpm2_userspace_event_type_table[_TPM2_USERSPACE_EVENT_TYPE_MA
         [TPM2_EVENT_VOLUME_KEY] = "volume-key",
         [TPM2_EVENT_MACHINE_ID] = "machine-id",
         [TPM2_EVENT_PRODUCT_ID] = "product-id",
+        [TPM2_EVENT_KEYSLOT]    = "keyslot",
 };
 
 DEFINE_STRING_TABLE_LOOKUP(tpm2_userspace_event_type, Tpm2UserspaceEventType);