These are for example required when one wants to use python tool included with tpm2-pkcs11[1].
[1]: https://github.com/tpm2-software/tpm2-pkcs11 Signed-off-by: Leonard Göhrs <[email protected]> --- rules/tpm2-tss.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/tpm2-tss.make b/rules/tpm2-tss.make index f48a3e07a..6ca5724c9 100644 --- a/rules/tpm2-tss.make +++ b/rules/tpm2-tss.make @@ -93,6 +93,8 @@ $(STATEDIR)/tpm2-tss.targetinstall: @$(call install_lib, tpm2-tss, 0, 0, 0644, libtss2-tcti-mssim) @$(call install_lib, tpm2-tss, 0, 0, 0644, libtss2-tctildr) @$(call install_lib, tpm2-tss, 0, 0, 0644, libtss2-rc) + @$(call install_lib, tpm2-tss, 0, 0, 0644, libtss2-policy) + @$(call install_lib, tpm2-tss, 0, 0, 0644, libtss2-tcti-spi-helper) @$(call install_alternative, tpm2-tss, 0, 0, 0644, \ /usr/lib/udev/rules.d/70-tpm-udev.rules) -- 2.47.3
