[Pkg-shadow-commits] r179 - trunk/debian/patches

Nicolas FRANCOIS pkg-shadow-devel@lists.alioth.debian.org
Sat, 28 May 2005 17:37:38 +0000


Author: nekral-guest
Date: 2005-05-28 17:37:37 +0000 (Sat, 28 May 2005)
New Revision: 179

Modified:
   trunk/debian/patches/008_login_close_session_as_root
Log:
Add pointers to related bug reports.


Modified: trunk/debian/patches/008_login_close_session_as_root
===================================================================
--- trunk/debian/patches/008_login_close_session_as_root	2005-05-28 17:23:59 UTC (rev 178)
+++ trunk/debian/patches/008_login_close_session_as_root	2005-05-28 17:37:37 UTC (rev 179)
@@ -7,13 +7,14 @@
            pam_groups.so's groups get clobbered
            (Ben Collins 19 Sep 1999)
 
-       There was also a bug report (#53570 - login: no pam_sm_close_session
-       call as root - 28 Dec 1999). The submitter proposed to move change_uid
-       instead of the call to PAM_END.
-       
-       With both patches, the behaviour of the parent is modified (for example signal handlers).
+       The behaviour of the parent is modified (for example signal handlers).
        I don't know if this may be a problem.
 
+       The following bugs are also related to this issue:
+         http://bugs.debian.org/53570
+         http://bugs.debian.org/195048
+         http://bugs.debian.org/211884
+
 Index: shadow-4.0.3/src/login.c
 ===================================================================
 --- shadow-4.0.3.orig/src/login.c	2005-05-28 19:11:32.274189000 +0200