Update to 0.15 release
* And include the pam_authorize.so module correctly in PAM stack
This commit is contained in:
parent
9d548d65b6
commit
699b733dc3
@ -2,6 +2,7 @@
|
|||||||
auth required pam_sepermit.so
|
auth required pam_sepermit.so
|
||||||
auth substack password-auth
|
auth substack password-auth
|
||||||
auth include postlogin
|
auth include postlogin
|
||||||
|
auth optional pam_reauthorize.so prepare
|
||||||
account required pam_nologin.so
|
account required pam_nologin.so
|
||||||
account include password-auth
|
account include password-auth
|
||||||
password 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
|
# 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 required pam_selinux.so open env_params
|
||||||
session optional pam_keyinit.so force revoke
|
session optional pam_keyinit.so force revoke
|
||||||
|
session optional pam_reauthorize.so prepare
|
||||||
session include password-auth
|
session include password-auth
|
||||||
session include postlogin
|
session include postlogin
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: cockpit
|
Name: cockpit
|
||||||
Version: 0.14
|
Version: 0.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A user interface for Linux servers
|
Summary: A user interface for Linux servers
|
||||||
|
|
||||||
@ -132,6 +132,10 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 03 2014 Stef Walter <stefw@redhat.com> 0.14-1
|
||||||
- Update to 0.14 release
|
- Update to 0.14 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user