Skip to content

RHEL 9 must restrict the use of the "su" command.

An XCCDF Rule

Description

The "su" program allows to run commands with a substitute user and group ID. It is commonly used to run commands as the root user. Limiting access to such commands is considered a good security practice. Satisfies: SRG-OS-000373-GPOS-00156, SRG-OS-000312-GPOS-00123

ID
SV-258088r1050789_rule
Version
RHEL-09-432035
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Configure RHEL 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"