From 093d0ad05cfcb72392a422a9c8f8a266fea89038 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Thu, 9 Mar 2023 11:46:29 -0500 Subject: [PATCH] use_pam_wheel_for_su: depend on pam being installed use_pam_wheel_for_su only makes sense if pam is installed. Signed-off-by: Craig Andrews --- .../root_logins/use_pam_wheel_for_su/rule.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/linux_os/guide/system/accounts/accounts-restrictions/root_logins/use_pam_wheel_for_su/rule.yml b/linux_os/guide/system/accounts/accounts-restrictions/root_logins/use_pam_wheel_for_su/rule.yml index a8b964a269e..e04d595a751 100644 --- a/linux_os/guide/system/accounts/accounts-restrictions/root_logins/use_pam_wheel_for_su/rule.yml +++ b/linux_os/guide/system/accounts/accounts-restrictions/root_logins/use_pam_wheel_for_su/rule.yml @@ -69,3 +69,4 @@ vuldiscussion: |- Without re-authentication, users may access resources or perform tasks for which they do not have authorization. When operating systems provide the capability to escalate a functional capability, it is critical the user re-authenticate. +platform: package[pam]