The TPM2 Feature API (FAPI) provides a more abstract view of the TPM, with more high level functions. To provide these it needs a bit of configuration and a place to store data. Install the default config provided by the upstream project.
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 6ca5724c9..45fc51f1c 100644 --- a/rules/tpm2-tss.make +++ b/rules/tpm2-tss.make @@ -98,6 +98,8 @@ $(STATEDIR)/tpm2-tss.targetinstall: @$(call install_alternative, tpm2-tss, 0, 0, 0644, \ /usr/lib/udev/rules.d/70-tpm-udev.rules) + @$(call install_alternative, tpm2-tss, 0, 0, 0644, \ + /etc/tpm2-tss/fapi-config.json) @$(call install_finish, tpm2-tss) -- 2.47.3
