]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd-analyze: mention required libraries for TPM2 support 34481/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Sep 2024 10:21:05 +0000 (19:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Sep 2024 10:21:08 +0000 (19:21 +0900)
Closes #34477.

man/systemd-analyze.xml

index 10518dc791d5a8bea95f23dc13925be9090c35f4..ce0e83c5440bc529435645e3f828d328b2f5fd6e 100644 (file)
@@ -962,7 +962,9 @@ default         ignore      -         -</programlisting>
       discovered/supported/used, prints <literal>no</literal>. Otherwise prints
       <literal>partial</literal>. In either of these two cases exits with non-zero exit status. It also shows
       five lines indicating separately whether firmware, drivers, the system, the kernel and libraries
-      discovered/support/use TPM2.</para>
+      discovered/support/use TPM2. Currently, required libraries are <filename>libtss2-esys.so.0</filename>,
+      <filename>libtss2-rc.so.0</filename>, and <filename>libtss2-mu.so.0</filename>. The requirement may be
+      changed in the future release.</para>
 
       <para>Note, this checks for TPM 2.0 devices only, and does not consider TPM 1.2 at all.</para>