rpms/util-linux-ng/devel util-linux-ng-login.pamd, 1.1, 1.2 util-linux-ng-remote.pamd, 1.1, 1.2 util-linux-ng.spec, 1.15, 1.16

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Wed Dec 12 21:46:04 UTC 2007


Author: dwalsh

Update of /cvs/extras/rpms/util-linux-ng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15801

Modified Files:
	util-linux-ng-login.pamd util-linux-ng-remote.pamd 
	util-linux-ng.spec 
Log Message:
* Wed Dec 12 2007 Dan Walsh <dwalsh at redhat.com> 2.13.1-0.3
- Fix pam files so that pam_keyinit happens after pam_selinux.so



Index: util-linux-ng-login.pamd
===================================================================
RCS file: /cvs/extras/rpms/util-linux-ng/devel/util-linux-ng-login.pamd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- util-linux-ng-login.pamd	20 Aug 2007 10:48:20 -0000	1.1
+++ util-linux-ng-login.pamd	12 Dec 2007 21:45:28 -0000	1.2
@@ -6,10 +6,11 @@
 password   include      system-auth
 # pam_selinux.so close should be the first session rule
 session    required     pam_selinux.so close
-session    optional     pam_keyinit.so force revoke
-session    include      system-auth
 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    optional     pam_ck_connector.so
+session    include      system-auth


Index: util-linux-ng-remote.pamd
===================================================================
RCS file: /cvs/extras/rpms/util-linux-ng/devel/util-linux-ng-remote.pamd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- util-linux-ng-remote.pamd	20 Aug 2007 10:48:20 -0000	1.1
+++ util-linux-ng-remote.pamd	12 Dec 2007 21:45:28 -0000	1.2
@@ -6,10 +6,10 @@
 password   include      system-auth
 # pam_selinux.so close should be the first session rule
 session    required     pam_selinux.so close
-session    optional     pam_keyinit.so force revoke
-session    include      system-auth
 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


Index: util-linux-ng.spec
===================================================================
RCS file: /cvs/extras/rpms/util-linux-ng/devel/util-linux-ng.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- util-linux-ng.spec	12 Dec 2007 14:35:35 -0000	1.15
+++ util-linux-ng.spec	12 Dec 2007 21:45:28 -0000	1.16
@@ -2,7 +2,7 @@
 Summary: A collection of basic system utilities
 Name: util-linux-ng
 Version: 2.13.1
-Release: 0.2%{?dist}
+Release: 1%{?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
@@ -522,6 +522,9 @@
 /sbin/losetup
 
 %changelog
+* Wed Dec 12 2007 Dan Walsh <dwalsh at redhat.com> 2.13.1-0.3
+- Fix pam files so that pam_keyinit happens after pam_selinux.so
+
 * Wed Dec 12 2007 Karel Zak <kzak at redhat.com> 2.13.1-0.2
 - remove viwp and vigr (in favour of shadow-utils)
 




More information about the fedora-extras-commits mailing list