From c9baefb29993343e1dc03a55663aac2f518d902f Mon Sep 17 00:00:00 2001 From: Cropi Date: Tue, 23 Sep 2025 08:46:09 +0200 Subject: [PATCH] Add .rpmlintrc file --- aide.rpmlintrc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 aide.rpmlintrc diff --git a/aide.rpmlintrc b/aide.rpmlintrc new file mode 100644 index 0000000..67d2667 --- /dev/null +++ b/aide.rpmlintrc @@ -0,0 +1,15 @@ +# RPMlint configuration for aide package +# These warnings are expected and intentional for security reasons + +# AIDE log directory has restricted permissions (700) for security +# Log files may contain sensitive security information +addFilter("aide.* non-standard-dir-perm /var/log/aide 700") + +# AIDE configuration file has restricted permissions (600) for security +# Configuration reveals what files/directories are monitored +addFilter("aide.* non-readable /etc/aide.conf 600") + +# FSF address in COPYING file is outdated - this is an upstream issue +# The license text contains the old FSF address format +addFilter("aide.* incorrect-fsf-address /usr/share/licenses/aide/COPYING") +