From 3a6519a69a116c8dedb9f9efd3f6a1c67a4646f3 Mon Sep 17 00:00:00 2001 From: Cropi Date: Tue, 30 Sep 2025 11:40:48 +0200 Subject: [PATCH] Do not monitor link count in /var/log/journal Resolves: RHEL-83776 --- aide.conf | 4 ++-- aide.spec | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/aide.conf b/aide.conf index 8524225..fe5a0a2 100644 --- a/aide.conf +++ b/aide.conf @@ -246,8 +246,8 @@ DATAONLY = ftype+p+l+n+u+g+s+acl+selinux+xattrs+sha256 # Log directory /var/log LOG -# Journal files - exclude xattrs due to systemd journal's user.crtime_usec extended attribute changes -/var/log/journal LOG-xattrs +# Journal files - exclude xattrs and link count due to systemd journal's user.crtime_usec extended attribute changes and new directory creation +/var/log/journal LOG-xattrs-n /var/run/utmp LOG diff --git a/aide.spec b/aide.spec index 5479b1b..4baa170 100644 --- a/aide.spec +++ b/aide.spec @@ -1,7 +1,7 @@ Summary: Intrusion detection environment Name: aide Version: 0.19.2 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://github.com/aide/aide License: GPLv2+ @@ -81,6 +81,10 @@ install -Dpm0644 %{SOURCE6} %{buildroot}%{_tmpfilesdir}/aide.conf %{_tmpfilesdir}/aide.conf %changelog +* Tue Sep 30 2025 Attila Lakatos - 0.19.2-3 +- Do not monitor link count in /var/log/journal +Resolves: RHEL-83776 + * Thu Sep 25 2025 Attila Lakatos - 0.19.2-2 RHEL 9.8.0 ERRATUM - Modernize config file