Bug#400959: libpam-openafs-session: setuid() should not be called in current (parent) process

2006-11-29 Thread Arne Nordmark
Package: libpam-openafs-session Version: 1.0-6 Severity: normal In pam_close_session(), one finds if(setuid(UID) 0) { called in the current process. This breaks for example gdm, which can no longer control the X server during logout, and it subsequently complains about :0 being busy. If

Bug#400959: libpam-openafs-session: setuid() should not be called in current (parent) process

2006-11-29 Thread Russ Allbery
Arne Nordmark [EMAIL PROTECTED] writes: Package: libpam-openafs-session Version: 1.0-6 Severity: normal In pam_close_session(), one finds if(setuid(UID) 0) { called in the current process. This breaks for example gdm, which can no longer control the X server during logout, and it