diff --git a/linux_os/guide/system/accounts/accounts-restrictions/root_logins/use_pam_wheel_for_su/oval/shared.xml b/linux_os/guide/system/accounts/accounts-restrictions/root_logins/use_pam_wheel_for_su/oval/shared.xml index f84e04fa3261..970fa5b71ab3 100644 --- a/linux_os/guide/system/accounts/accounts-restrictions/root_logins/use_pam_wheel_for_su/oval/shared.xml +++ b/linux_os/guide/system/accounts/accounts-restrictions/root_logins/use_pam_wheel_for_su/oval/shared.xml @@ -1,19 +1,21 @@ - + {{{ oval_metadata("Only members of the wheel group should be able to authenticate through the su command.") }}} - + - + /etc/pam.d/su - ^[\s]*auth[\s]+required[\s]+pam_wheel\.so[\s]+use_uid$ + ^[\s]*auth[\s]+required[\s]+pam_wheel\.so[\s]+\buse_uid\b 1 -