From b094398b0f0f82545dafa5ef88490054dd1ed48f Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 19 Sep 2024 19:08:06 +0900 Subject: [PATCH] tpm2-util: update comment has-tpm2 command is moved to systemd-analyze. Follow-up for 58e359604ffdca12bb4d2c5807b96e070611c0f6. --- src/shared/tpm2-util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/tpm2-util.h b/src/shared/tpm2-util.h index 06836976181..0bd9c3d9d1b 100644 --- a/src/shared/tpm2-util.h +++ b/src/shared/tpm2-util.h @@ -450,8 +450,8 @@ typedef struct { } systemd_tpm2_plugin_params; typedef enum Tpm2Support { - /* NOTE! The systemd-creds tool returns these flags 1:1 as exit status. Hence these flags are pretty - * much ABI! Hence, be extra careful when changing/extending these definitions. */ + /* NOTE! The systemd-analyze has-tpm2 command returns these flags 1:1 as exit status. Hence these + * flags are pretty much ABI! Hence, be extra careful when changing/extending these definitions. */ TPM2_SUPPORT_NONE = 0, /* no support */ TPM2_SUPPORT_FIRMWARE = 1 << 0, /* firmware reports TPM2 was used */ TPM2_SUPPORT_DRIVER = 1 << 1, /* the kernel has a driver loaded for it */ -- 2.47.3