Do not monitor link count in /var/log/journal
Resolves: RHEL-83776
This commit is contained in:
parent
5703b38aae
commit
3a6519a69a
@ -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
|
||||
|
||||
|
||||
@ -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 <alakatos@redhat.com> - 0.19.2-3
|
||||
- Do not monitor link count in /var/log/journal
|
||||
Resolves: RHEL-83776
|
||||
|
||||
* Thu Sep 25 2025 Attila Lakatos <alakatos@redhat.com> - 0.19.2-2
|
||||
RHEL 9.8.0 ERRATUM
|
||||
- Modernize config file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user