From 3b16e9f41983f697bc38c40bb8e7119c1bb4f7c8 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 19 Sep 2024 19:21:05 +0900 Subject: [PATCH] man/systemd-analyze: mention required libraries for TPM2 support Closes #34477. --- man/systemd-analyze.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 10518dc791d..ce0e83c5440 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -962,7 +962,9 @@ default ignore - - discovered/supported/used, prints no. Otherwise prints partial. 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. + discovered/support/use TPM2. Currently, required libraries are libtss2-esys.so.0, + libtss2-rc.so.0, and libtss2-mu.so.0. The requirement may be + changed in the future release. Note, this checks for TPM 2.0 devices only, and does not consider TPM 1.2 at all. -- 2.47.3