SV-252655r991589_rule
V-252655
SRG-OS-000480-GPOS-00227
OL08-00-010379
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 -Er include /etc/sudoers.d
If results are returned, this is a finding.
V-252655
False
OL08-00-010379
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 -Er include /etc/sudoers.d
If results are returned, this is a finding.
M
5416