rpms/at/devel at-3.1.10-pam.patch,1.5,1.6 at.spec,1.77,1.78

Tomáš Mráz tmraz at fedoraproject.org
Wed Sep 16 09:31:42 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/at/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1975

Modified Files:
	at-3.1.10-pam.patch at.spec 
Log Message:
* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> 3.1.10-37
- improve the PAM configuration, use password-auth common stack


at-3.1.10-pam.patch:
 Makefile.in  |    5 -
 atd.c        |  251 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 config.h.in  |    6 +
 configure.in |   15 +++
 pam_atd      |    8 +
 perm.c       |   51 +++++++++++
 6 files changed, 313 insertions(+), 23 deletions(-)

Index: at-3.1.10-pam.patch
===================================================================
RCS file: /cvs/pkgs/rpms/at/devel/at-3.1.10-pam.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- at-3.1.10-pam.patch	1 Jun 2009 11:47:21 -0000	1.5
+++ at-3.1.10-pam.patch	16 Sep 2009 09:31:39 -0000	1.6
@@ -1,19 +1,14 @@
 --- at-3.1.10/pam_atd.pam   2007-07-03 13:29:24.000000000 +0200
 +++ at-3.1.10/pam_atd   2007-07-03 13:29:24.000000000 +0200
-@@ -0,0 +1,13 @@
+@@ -0,0 +1,8 @@
 +# The PAM configuration file for the at daemon
 +#
 +#
-+auth       sufficient  pam_rootok.so
-+auth       required    pam_env.so
-+auth       include     system-auth
-+account        include     system-auth
-+session        required    pam_loginuid.so
-+session        include     system-auth
-+# Sets up user limits, please uncomment and read /etc/security/limits.conf
-+# to enable this functionality.
-+# session    required   pam_limits.so
-+#
++# PAM authentication not called, no auth modules needed
++account    required    pam_access.so
++account    include     password-auth
++session    required    pam_loginuid.so
++session    include     password-auth
 diff -up at-3.1.10/atd.c.pam at-3.1.10/atd.c
 --- at-3.1.10/atd.c.pam	2008-07-18 15:47:52.000000000 +0200
 +++ at-3.1.10/atd.c	2008-07-18 16:02:32.000000000 +0200


Index: at.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at/devel/at.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -p -r1.77 -r1.78
--- at.spec	18 Aug 2009 19:12:05 -0000	1.77
+++ at.spec	16 Sep 2009 09:31:40 -0000	1.78
@@ -6,7 +6,7 @@
 Summary: Job spooling tools
 Name: at
 Version: 3.1.10
-Release: 36%{?dist}
+Release: 37%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://ftp.debian.org/debian/pool/main/a/at
@@ -196,6 +196,9 @@ fi
 %attr(0755,root,root)	%{_libdir}/pm-utils/sleep.d/56atd
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> 3.1.10-37
+- improve the PAM configuration, use password-auth common stack
+
 * Tue Aug 18 2009 Adam Jackson <ajax at redhat.com> 3.1.10-36
 - Remove Requires: pm-utils-filesystem, dead package
 




More information about the fedora-extras-commits mailing list