Use @includedir instead of #includedir in sudoers

This commit is contained in:
Alejandro López 2026-06-04 15:07:18 +02:00
parent 45a7a8dc7c
commit 088917c515
2 changed files with 6 additions and 2 deletions

4
rpminspect.yaml Normal file
View File

@ -0,0 +1,4 @@
# This file must be ignored only in 1.9.17-9.p2.
config:
ignore:
- /etc/sudoers

View File

@ -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