From c0e6b8f143d9ef37f025415f27f83c0def9a6b42 Mon Sep 17 00:00:00 2001 From: Radovan Sroka Date: Fri, 17 Jan 2025 17:35:49 +0100 Subject: [PATCH] RHEL 9.6.0 ERRATUM - /boot/grub2/grubenv's timestamp is getting modified continuously due to "boot_success" implementation Resolves: RHEL-4331 Signed-off-by: Radovan Sroka --- aide.conf | 1 + aide.spec | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/aide.conf b/aide.conf index 5221380..a6d6ce0 100644 --- a/aide.conf +++ b/aide.conf @@ -290,6 +290,7 @@ DATAONLY = p+n+u+g+s+acl+selinux+xattrs+sha512 /etc/usbguard CONTENT_EX # Ignore some files +!/boot/grub2/grubenv$ !/etc/mtab$ !/etc/.*~ diff --git a/aide.spec b/aide.spec index 898eb56..6491c7d 100644 --- a/aide.spec +++ b/aide.spec @@ -1,7 +1,7 @@ Summary: Intrusion detection environment Name: aide Version: 0.16 -Release: 102%{?dist} +Release: 103%{?dist} URL: http://sourceforge.net/projects/aide License: GPLv2+ @@ -87,6 +87,11 @@ mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide %dir %attr(0700,root,root) %{_localstatedir}/log/aide %changelog +* Wed Jan 15 2025 Radovan Sroka - 0.16-103 +RHEL 9.6.0 ERRATUM +- /boot/grub2/grubenv's timestamp is getting modified continuously due to "boot_success" implementation +Resolves: RHEL-4331 + * Fri May 17 2024 Radovan Sroka - 0.16-102 RHEL 9.5.0 ERRATUM - aide fails with "Not enough parameters in db:15384. Trying to continue." unexpectedly