From 317f00edd7e4b10e2d2061173eac296e502202c2 Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Mon, 2 Feb 2026 12:50:35 +0000 Subject: [PATCH] Change ownership of /usr/share/keylime/tpm_cert_store to root Resolves: RHEL-106024 Signed-off-by: Sergio Correia --- keylime.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/keylime.spec b/keylime.spec index 0ba90ce..5db0313 100644 --- a/keylime.spec +++ b/keylime.spec @@ -9,7 +9,7 @@ Name: keylime Version: 7.12.1 -Release: 11%{?dist}.2 +Release: 12%{?dist} Summary: Open source TPM software for Bootstrapping and Maintaining Trust URL: https://github.com/keylime/keylime @@ -419,8 +419,8 @@ fi %config(noreplace) %verify(not md5 size mode mtime) %attr(400,%{srcname},%{srcname}) %{_sysconfdir}/%{srcname}/logging.conf %attr(700,%{srcname},%{srcname}) %dir %{_rundir}/%{srcname} %attr(700,%{srcname},%{srcname}) %dir %{_sharedstatedir}/%{srcname} -%attr(500,%{srcname},%{srcname}) %dir %{_datadir}/%{srcname}/tpm_cert_store -%attr(400,%{srcname},%{srcname}) %{_datadir}/%{srcname}/tpm_cert_store/*.pem +%attr(755,root,root) %dir %{_datadir}/%{srcname}/tpm_cert_store +%attr(644,root,root) %{_datadir}/%{srcname}/tpm_cert_store/*.pem %attr(500,%{srcname},%{srcname}) %dir %{_sharedstatedir}/%{srcname}/tpm_cert_store %attr(400,%{srcname},%{srcname}) %{_sharedstatedir}/%{srcname}/tpm_cert_store/*.pem %{_tmpfilesdir}/%{srcname}.conf @@ -434,6 +434,10 @@ fi %license LICENSE %changelog +* Mon Feb 02 2026 Sergio Correia - 7.12.1-12 +- Change ownership of /usr/share/keylime/tpm_cert_store to root + Resolves: RHEL-106024 + * Mon Sep 15 2025 Anderson Toshiyuki Sasaki - 7.12.1-11.2 - Properly fix the malformed certificate workaround Resolves: RHEL-111244