Thanks, applied as 2b1e5d67ce68b78d6a71fe919a8567a02096be09. Michael
[sent from post-receive hook] On Mon, 22 Sep 2025 13:04:19 +0200, Leonard Göhrs <[email protected]> wrote: > 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]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/tpm2-tss.make b/rules/tpm2-tss.make > index 6ca5724c9c32..45fc51f1c70f 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) >
