Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Do not bindly install all tpm2 tools #2884

Merged
merged 2 commits into from
Sep 24, 2024
Merged

🐛 Do not bindly install all tpm2 tools #2884

merged 2 commits into from
Sep 24, 2024

Conversation

Itxaka
Copy link
Member

@Itxaka Itxaka commented Sep 24, 2024

We were going a bit wide and installing everything under tpm2-* This brougth a userspace daemon for tpm2 which was failing to start in non-tpm enabled nodes, thus failing the systemd status and blocking boot

We added a workaround to time out the service but we should directly not have that daemon in there. All our tpm2 stuff uses the in kernel tpm calls as it needs to be really early so the daemon is useless in our workflows.

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

We were going a bit wide and installing everything under tpm2-*
This brougth a userspace daemon for tpm2 which was failing to start in
non-tpm enabled nodes, thus failing the systemd status and blocking boot

We added a workaround to time out the service but we should directly not
have that daemon in there. All our tpm2 stuff uses the in kernel tpm
calls as it needs to be really early so the daemon is useless in our
workflows.

Signed-off-by: Itxaka <[email protected]>
@Itxaka Itxaka requested a review from a team September 24, 2024 08:19
@Itxaka Itxaka merged commit 8017e04 into master Sep 24, 2024
43 checks passed
@Itxaka Itxaka deleted the tpm2_less branch September 24, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants