Use @includedir instead of #includedir in sudoers
This commit is contained in:
parent
45a7a8dc7c
commit
088917c515
4
rpminspect.yaml
Normal file
4
rpminspect.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# This file must be ignored only in 1.9.17-9.p2.
|
||||||
|
config:
|
||||||
|
ignore:
|
||||||
|
- /etc/sudoers
|
||||||
4
sudoers
4
sudoers
@ -116,5 +116,5 @@ root ALL=(ALL) ALL
|
|||||||
## Allows members of the users group to shutdown this system
|
## Allows members of the users group to shutdown this system
|
||||||
# %users localhost=/sbin/shutdown -h now
|
# %users localhost=/sbin/shutdown -h now
|
||||||
|
|
||||||
## Read drop-in files from /etc/sudoers.d (the # here does not mean a comment)
|
## Read drop-in files from /etc/sudoers.d
|
||||||
#includedir /etc/sudoers.d
|
@includedir /etc/sudoers.d
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user