Update to 0.15 release

* And include the pam_authorize.so module correctly in PAM stack
This commit is contained in:
Stef Walter 2014-07-10 09:33:34 +02:00
parent 9d548d65b6
commit 699b733dc3
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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 <stefw@redhat.com> 0.15-1
- Update to 0.15 release
- Put pam_reauthorize.so in the cockpit PAM stack
* Thu Jul 03 2014 Stef Walter <stefw@redhat.com> 0.14-1
- Update to 0.14 release

View File

@ -1 +1 @@
552b165ffefbe0f65547ac587926ca26 cockpit-0.14.tar.bz2
da431648ba68145bbe63afa8652d3be8 cockpit-0.15.tar.bz2