diff --git a/fingerprint-auth.pamd b/fingerprint-auth.pamd index 8254379..e2a7fb1 100644 --- a/fingerprint-auth.pamd +++ b/fingerprint-auth.pamd @@ -1,6 +1,4 @@ #%PAM-1.0 -# This file is auto-generated. -# User changes will be destroyed the next time authselect is run. auth required pam_env.so auth [success=done default=bad] pam_fprintd.so auth required pam_deny.so diff --git a/pam.spec b/pam.spec index 746be7e..d87b6c3 100644 --- a/pam.spec +++ b/pam.spec @@ -3,7 +3,7 @@ Summary: An extensible library which provides authentication for applications Name: pam Version: 1.5.1 -Release: 3%{?dist} +Release: 4%{?dist} # The library is BSD licensed with option to relicense as GPLv2+ # - this option is redundant as the BSD license allows that anyway. # pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+. @@ -362,6 +362,10 @@ done %doc doc/sag/*.txt doc/sag/html %changelog +* Mon Apr 12 2021 Iker Pedrosa - 1.5.1-4 +- Change fingerprint-auth.pamd to return PAM_AUTHINFO_UNAVAIL from pam_fprintd.so +- Clean auto-generated message from pam stack files + * Tue Jan 26 2021 Fedora Release Engineering - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/password-auth.pamd b/password-auth.pamd index 5de6f4d..168639a 100644 --- a/password-auth.pamd +++ b/password-auth.pamd @@ -1,6 +1,4 @@ #%PAM-1.0 -# This file is auto-generated. -# User changes will be destroyed the next time authselect is run. auth required pam_env.so auth sufficient pam_unix.so try_first_pass nullok auth required pam_deny.so diff --git a/postlogin.pamd b/postlogin.pamd index 2ce9af4..0bc9d0d 100644 --- a/postlogin.pamd +++ b/postlogin.pamd @@ -1,7 +1,4 @@ #%PAM-1.0 -# This file is auto-generated. -# User changes will be destroyed the next time authselect is run. - 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 diff --git a/smartcard-auth.pamd b/smartcard-auth.pamd index 9572770..e8dc3c8 100644 --- a/smartcard-auth.pamd +++ b/smartcard-auth.pamd @@ -1,6 +1,4 @@ #%PAM-1.0 -# This file is auto-generated. -# User changes will be destroyed the next time authselect is run. auth required pam_env.so auth [success=done ignore=ignore default=die] pam_pkcs11.so wait_for_card auth required pam_deny.so diff --git a/system-auth.pamd b/system-auth.pamd index 5de6f4d..168639a 100644 --- a/system-auth.pamd +++ b/system-auth.pamd @@ -1,6 +1,4 @@ #%PAM-1.0 -# This file is auto-generated. -# User changes will be destroyed the next time authselect is run. auth required pam_env.so auth sufficient pam_unix.so try_first_pass nullok auth required pam_deny.so