Release 1.6.2-3

Resolves: RHEL-153545

Signed-off-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
Coiby Xu 2026-03-10 11:30:41 +08:00
parent d1d2a21b62
commit 9a971864a1

View File

@ -8,7 +8,7 @@
Name: ima-evm-utils
Version: 1.6.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: IMA/EVM support utilities
License: GPLv2
Url: http://linux-ima.sourceforge.net/
@ -138,6 +138,9 @@ install -m 644 %{SOURCE300} %{SOURCE301} $RPM_BUILD_ROOT/etc/keys/ima/
%{_libdir}/libimaevm.so
%changelog
* Tue Mar 10 2026 Coiby Xu <coxu@redhat.com> - 1.6.2-3
- Don't allow files in tmpfs to be executed (RHEL-153545)
* Thu Jul 31 2025 Coiby Xu <coxu@redhat.com> - 1.6.2-2
- Verify IMA signature to make sure it's correct (RHEL-105471)
- Drop old libimaevm.so.4 (RHEL-82797)