SV-271723r1091881_rule
V-271723
SRG-OS-000312-GPOS-00123
OL09-00-002361
CAT II
10
Configure OL 9 to require users to be in the "wheel" group to run su command.
In file "/etc/pam.d/su", uncomment the following line:
"#auth required pam_wheel.so use_uid"
Or use the following command to update /etc/pam.d/su
$ sed '/^[[:space:]]*#[[:space:]]*auth[[:space:]]\+required[[:space:]]\+pam_wheel\.so[[:space:]]\+use_uid$/s/^[[:space:]]*#//' -i /etc/pam.d/su
If necessary, create a "wheel" group and add administrative users to the group.
$ grep wheel /etc/group
Verify that OL 9 requires uses to be members of the "wheel" group with the following command:
$ grep pam_wheel /etc/pam.d/su
auth required pam_wheel.so use_uid
If a line for "pam_wheel.so" does not exist, or is commented out, this is a finding.
V-271723
False
OL09-00-002361
Verify that OL 9 requires uses to be members of the "wheel" group with the following command:
$ grep pam_wheel /etc/pam.d/su
auth required pam_wheel.so use_uid
If a line for "pam_wheel.so" does not exist, or is commented out, this is a finding.
M
5680