From 1d534119f49f10d130d8ba969b8861700623daa1 Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Tue, 10 Mar 2026 10:37:15 +0800 Subject: [PATCH] Release 1.6.2-5 Resolves: RHEL-86010 Signed-off-by: Coiby Xu --- ima-evm-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index c02c3be..befb735 100644 --- a/ima-evm-utils.spec +++ b/ima-evm-utils.spec @@ -8,7 +8,7 @@ Name: ima-evm-utils Version: 1.6.2 -Release: 4%{?dist} +Release: 5%{?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 - 1.6.2-5 +- Don't allow files in tmpfs to be executed + * Thu Oct 30 2025 Coiby Xu - 1.6.2-4 - ima-setup: Use RSAHEADER to tell if a package has been signed - ima-setup: skip installing rpm-plugin-ima if it has been installed (RHEL-99356)