diff --git a/pam.spec b/pam.spec index fd22411..f4e5ec4 100644 --- a/pam.spec +++ b/pam.spec @@ -15,7 +15,7 @@ Summary: A security tool which provides authentication for applications Name: pam Version: 1.6.1 -Release: 4 +Release: 5 Epoch: 1 # The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant # as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+, diff --git a/postlogin.pamd b/postlogin.pamd index eaebbfa..db19006 100644 --- a/postlogin.pamd +++ b/postlogin.pamd @@ -1,5 +1,3 @@ #%PAM-1.0 session optional pam_umask.so silent session [success=1 default=ignore] pam_succeed_if.so service !~ gdm* service !~ su* quiet -session [default=1] pam_lastlog.so nowtmp showfailed -session optional pam_lastlog.so silent noupdate showfailed