Avoid changing the ownership of /var/log/keylime
Resolves: RHEL-388 Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
parent
b074d86f1c
commit
b9a54fe4c6
@ -9,7 +9,7 @@
|
||||
|
||||
Name: keylime
|
||||
Version: 7.12.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Open source TPM software for Bootstrapping and Maintaining Trust
|
||||
|
||||
URL: https://github.com/keylime/keylime
|
||||
@ -290,9 +290,6 @@ fi
|
||||
[ -d %{_sharedstatedir}/%{srcname}/tpm_cert_store ] && \
|
||||
chmod 400 %{_sharedstatedir}/%{srcname}/tpm_cert_store/*.pem && \
|
||||
chmod 500 %{_sharedstatedir}/%{srcname}/tpm_cert_store/
|
||||
|
||||
[ -d %{_localstatedir}/log/%{srcname} ] && \
|
||||
chown -R %{srcname} %{_localstatedir}/log/%{srcname}/
|
||||
exit 0
|
||||
|
||||
%post verifier
|
||||
@ -419,6 +416,10 @@ fi
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Jun 20 2025 Anderson Toshiyuki Sasaki <ansasaki@redhat.com> - 7.12.1-3
|
||||
- Avoid changing ownership of /var/log/keylime
|
||||
Resolves: RHEL-388
|
||||
|
||||
* Tue May 27 2025 Sergio Correia <scorreia@redhat.com> - 7.12.1-2
|
||||
- Revert changes to default server_key_password for verifier/registrar
|
||||
Resolves: RHEL-93678
|
||||
|
||||
Loading…
Reference in New Issue
Block a user