diff --git a/cockpit.pam b/cockpit.pam index 567361f..65799bf 100644 --- a/cockpit.pam +++ b/cockpit.pam @@ -2,6 +2,7 @@ auth required pam_sepermit.so auth substack password-auth auth include postlogin +auth optional pam_reauthorize.so prepare account required pam_nologin.so account include password-auth password include password-auth @@ -11,6 +12,7 @@ session required pam_loginuid.so # pam_selinux.so open should only be followed by sessions to be executed in the user context session required pam_selinux.so open env_params session optional pam_keyinit.so force revoke +session optional pam_reauthorize.so prepare session include password-auth session include postlogin diff --git a/cockpit.spec b/cockpit.spec index 46fc117..a84c780 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,5 +1,5 @@ Name: cockpit -Version: 0.14 +Version: 0.15 Release: 1%{?dist} Summary: A user interface for Linux servers @@ -132,6 +132,10 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true %changelog +* Thu Jul 10 2014 Stef Walter 0.15-1 +- Update to 0.15 release +- Put pam_reauthorize.so in the cockpit PAM stack + * Thu Jul 03 2014 Stef Walter 0.14-1 - Update to 0.14 release diff --git a/sources b/sources index a0763e0..bd39b1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -552b165ffefbe0f65547ac587926ca26 cockpit-0.14.tar.bz2 +da431648ba68145bbe63afa8652d3be8 cockpit-0.15.tar.bz2