SV-251723r991589_rule
V-251723
SRG-OS-000480-GPOS-00227
SLES-15-020099
CAT II
10
Configure the /etc/sudoers file to only include the /etc/sudoers.d directory.
Edit the /etc/sudoers file with the following command:
> sudo visudo
Add or modify the following line:
@includedir /etc/sudoers.d
Note: If the "include" and "includedir" directives are not present in the /etc/sudoers file, this requirement is not applicable.
Verify the operating system specifies only the default "include" directory for the /etc/sudoers file with the following command:
> sudo grep include /etc/sudoers
@includedir /etc/sudoers.d
If the results are not "/etc/sudoers.d" or additional files or directories are specified, this is a finding.
Verify the operating system does not have nested "include" files or directories within the /etc/sudoers.d directory with the following command:
> sudo grep -r include /etc/sudoers.d
If results are returned, this is a finding.
V-251723
False
SLES-15-020099
Note: If the "include" and "includedir" directives are not present in the /etc/sudoers file, this requirement is not applicable.
Verify the operating system specifies only the default "include" directory for the /etc/sudoers file with the following command:
> sudo grep include /etc/sudoers
@includedir /etc/sudoers.d
If the results are not "/etc/sudoers.d" or additional files or directories are specified, this is a finding.
Verify the operating system does not have nested "include" files or directories within the /etc/sudoers.d directory with the following command:
> sudo grep -r include /etc/sudoers.d
If results are returned, this is a finding.
M
5274