Backport keylime-policy tool
Resolves: RHEL-75797 Signed-off-by: Sergio Correia <scorreia@redhat.com>
This commit is contained in:
parent
2aacf0c394
commit
8d907c5ddf
6638
0015-Backport-keylime-policy-tool.patch
Normal file
6638
0015-Backport-keylime-policy-tool.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: keylime
|
Name: keylime
|
||||||
Version: 7.3.0
|
Version: 7.3.0
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: Open source TPM software for Bootstrapping and Maintaining Trust
|
Summary: Open source TPM software for Bootstrapping and Maintaining Trust
|
||||||
|
|
||||||
URL: https://github.com/keylime/keylime
|
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: 0012-Restore-create-allowlist.patch
|
||||||
Patch: 0013-Set-generator-and-timestamp-in-create-policy.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: 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
|
License: ASL 2.0 and MIT
|
||||||
|
|
||||||
@ -103,6 +104,7 @@ Requires: python3-lark-parser
|
|||||||
Requires: python3-pyasn1
|
Requires: python3-pyasn1
|
||||||
Requires: python3-pyasn1-modules
|
Requires: python3-pyasn1-modules
|
||||||
Requires: python3-jsonschema
|
Requires: python3-jsonschema
|
||||||
|
Requires: python3-psutil
|
||||||
Requires: tpm2-tools
|
Requires: tpm2-tools
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
|
|
||||||
@ -348,6 +350,7 @@ fi
|
|||||||
%{_bindir}/keylime_create_policy
|
%{_bindir}/keylime_create_policy
|
||||||
%{_bindir}/keylime_sign_runtime_policy
|
%{_bindir}/keylime_sign_runtime_policy
|
||||||
%{_bindir}/keylime_userdata_encrypt
|
%{_bindir}/keylime_userdata_encrypt
|
||||||
|
%{_bindir}/keylime-policy
|
||||||
|
|
||||||
%files base
|
%files base
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -371,6 +374,10 @@ fi
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 05 2024 Sergio Correia <scorreia@redhat.com> - 7.3.0-13
|
||||||
- Backport fix for CVE-2023-3674
|
- Backport fix for CVE-2023-3674
|
||||||
Resolves: RHEL-21013
|
Resolves: RHEL-21013
|
||||||
|
Loading…
Reference in New Issue
Block a user