From 088917c5152f22aa7057348cd4d80ae5badf1077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20L=C3=B3pez?= Date: Thu, 4 Jun 2026 15:07:18 +0200 Subject: [PATCH] Use @includedir instead of #includedir in sudoers --- rpminspect.yaml | 4 ++++ sudoers | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..2af03d7 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,4 @@ +# This file must be ignored only in 1.9.17-9.p2. +config: + ignore: + - /etc/sudoers diff --git a/sudoers b/sudoers index b7180f4..a917bee 100644 --- a/sudoers +++ b/sudoers @@ -116,5 +116,5 @@ root ALL=(ALL) ALL ## Allows members of the users group to shutdown this system # %users localhost=/sbin/shutdown -h now -## Read drop-in files from /etc/sudoers.d (the # here does not mean a comment) -#includedir /etc/sudoers.d +## Read drop-in files from /etc/sudoers.d +@includedir /etc/sudoers.d