Backport keylime-policy tool

Resolves: RHEL-75797

Signed-off-by: Sergio Correia <scorreia@redhat.com>
This commit is contained in:
Sergio Correia 2025-01-10 16:22:48 +00:00
parent 2aacf0c394
commit 8d907c5ddf
No known key found for this signature in database
GPG Key ID: D0D219ED1F7E762C
2 changed files with 6646 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
Name: keylime
Version: 7.3.0
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Open source TPM software for Bootstrapping and Maintaining Trust
URL: https://github.com/keylime/keylime
@ -31,6 +31,7 @@ Patch: 0011-Automatically-update-agent-API-version.patch
Patch: 0012-Restore-create-allowlist.patch
Patch: 0013-Set-generator-and-timestamp-in-create-policy.patch
Patch: 0014-tpm_util-Replace-a-logger.error-with-an-Exception-in.patch
Patch: 0015-Backport-keylime-policy-tool.patch
License: ASL 2.0 and MIT
@ -103,6 +104,7 @@ Requires: python3-lark-parser
Requires: python3-pyasn1
Requires: python3-pyasn1-modules
Requires: python3-jsonschema
Requires: python3-psutil
Requires: tpm2-tools
Requires: openssl
@ -348,6 +350,7 @@ fi
%{_bindir}/keylime_create_policy
%{_bindir}/keylime_sign_runtime_policy
%{_bindir}/keylime_userdata_encrypt
%{_bindir}/keylime-policy
%files base
%license LICENSE
@ -371,6 +374,10 @@ fi
%license LICENSE
%changelog
* Fri Jan 10 2025 Sergio Correia <scorreia@redhat.com> - 7.3.0-14
- Backport keylime-policy tool
Resolves: RHEL-75797
* Fri Jan 05 2024 Sergio Correia <scorreia@redhat.com> - 7.3.0-13
- Backport fix for CVE-2023-3674
Resolves: RHEL-21013