rpms/util-linux-ng/devel util-linux-ng-remote.pamd, 1.2, 1.3 util-linux-ng.spec, 1.59, 1.60

Tomáš Mráz tmraz at fedoraproject.org
Wed Sep 16 19:04:11 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/util-linux-ng/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18591

Modified Files:
	util-linux-ng-remote.pamd util-linux-ng.spec 
Log Message:
* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 2.16-10
- use password-auth common PAM configuration instead of system-auth and
  drop pam_console.so call from the remote PAM config file



Index: util-linux-ng-remote.pamd
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/util-linux-ng-remote.pamd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- util-linux-ng-remote.pamd	12 Dec 2007 21:45:28 -0000	1.2
+++ util-linux-ng-remote.pamd	16 Sep 2009 19:04:11 -0000	1.3
@@ -1,15 +1,14 @@
 #%PAM-1.0
 auth       required     pam_securetty.so
-auth       include      system-auth
+auth       include      password-auth
 account    required     pam_nologin.so
-account    include      system-auth
-password   include      system-auth
+account    include      password-auth
+password   include      password-auth
 # pam_selinux.so close should be the first session rule
 session    required     pam_selinux.so close
 session    required     pam_loginuid.so
-session    optional     pam_console.so
 # pam_selinux.so open should only be followed by sessions to be executed in the user context
 session    required     pam_selinux.so open
 session    required     pam_namespace.so
 session    optional     pam_keyinit.so force revoke
-session    include      system-auth
+session    include      password-auth


Index: util-linux-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/util-linux-ng.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- util-linux-ng.spec	14 Sep 2009 08:40:51 -0000	1.59
+++ util-linux-ng.spec	16 Sep 2009 19:04:11 -0000	1.60
@@ -2,7 +2,7 @@
 Summary: A collection of basic system utilities
 Name: util-linux-ng
 Version: 2.16
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv2 and GPLv2+ and BSD with advertising and Public Domain
 Group: System Environment/Base
 URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng
@@ -722,6 +722,10 @@ fi
 
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 2.16-10
+- use password-auth common PAM configuration instead of system-auth and
+  drop pam_console.so call from the remote PAM config file
+
 * Mon Sep 14 2009 Karel Zak <kzak at redhat.com> 2.16-9
 - fix #522718 - sfdisk -d /dev/xxx | sfdisk --force /dev/yyy fails when LANG is set
 - fix typo in swsuspend detection




More information about the fedora-extras-commits mailing list