sudo does not call pam_close_session() or pam_end() correctly on Red Hat Enterprise Linux 6.2
Issue
- When configured to use the "session" function of a PAM module,
sudo
callspam_open_session()
, but never callspam_close_session()
orpam_end()
to close the session. This may prevent PAM modules from working correctly.
Environment
- Red Hat Enterprise Linux 6.2
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.