]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tpm2-util: update comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Sep 2024 10:08:06 +0000 (19:08 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Sep 2024 10:08:10 +0000 (19:08 +0900)
has-tpm2 command is moved to systemd-analyze.

Follow-up for 58e359604ffdca12bb4d2c5807b96e070611c0f6.

src/shared/tpm2-util.h

index 068369761811ce67e14205e53a1a8ddea2e98f06..0bd9c3d9d1b6272fbf1b573f59c419e1903210ea 100644 (file)
@@ -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 */