always call pam_close_session before pam_end
This commit is contained in:
parent
148e1cb892
commit
3f6160220c
8
at.spec
8
at.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: Job spooling tools.
|
Summary: Job spooling tools.
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.1.8
|
Version: 3.1.8
|
||||||
Release: 68_FC4
|
Release: 70_FC4
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://ftp.debian.org/debian/pool/main/a/at/at_3.1.8-11.tar.gz
|
Source: http://ftp.debian.org/debian/pool/main/a/at/at_3.1.8-11.tar.gz
|
||||||
@ -36,6 +36,8 @@ Patch25: at-3.1.8-usage.patch
|
|||||||
Patch26: at-3.1.8-fix_no_export.patch
|
Patch26: at-3.1.8-fix_no_export.patch
|
||||||
Patch27: at-3.1.8-pam.patch
|
Patch27: at-3.1.8-pam.patch
|
||||||
Patch28: at-3.1.8-pam_perms.patch
|
Patch28: at-3.1.8-pam_perms.patch
|
||||||
|
Patch29: at-3.1.8-pam_fail_close_session.patch
|
||||||
|
|
||||||
Prereq: fileutils chkconfig /etc/init.d
|
Prereq: fileutils chkconfig /etc/init.d
|
||||||
BuildPrereq: flex bison autoconf
|
BuildPrereq: flex bison autoconf
|
||||||
%if %{WITH_SELINUX}
|
%if %{WITH_SELINUX}
|
||||||
@ -100,6 +102,7 @@ cp %{SOURCE1} .
|
|||||||
%patch26 -p1 -b .fix_no_export
|
%patch26 -p1 -b .fix_no_export
|
||||||
%patch27 -p1 -b .pam
|
%patch27 -p1 -b .pam
|
||||||
%patch28 -p1 -b .pam_perms
|
%patch28 -p1 -b .pam_perms
|
||||||
|
%patch29 -p1 -b .pam_fail_close_session
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# patch10 touches configure.in
|
# patch10 touches configure.in
|
||||||
@ -187,6 +190,9 @@ fi
|
|||||||
%attr(4755,root,root) %{_bindir}/at
|
%attr(4755,root,root) %{_bindir}/at
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 05 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-70
|
||||||
|
- always call pam_close_session on PAM_FAIL or pam_end
|
||||||
|
|
||||||
* Tue Mar 08 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-68
|
* Tue Mar 08 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-68
|
||||||
- Put PAM authentication check in 'check_permissions()', so
|
- Put PAM authentication check in 'check_permissions()', so
|
||||||
- user can know when using at(1) if PAM permission is denied.
|
- user can know when using at(1) if PAM permission is denied.
|
||||||
|
Loading…
Reference in New Issue
Block a user