From eecc66af239b250f2093d921bc907b1b1abce61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Fri, 20 May 2005 15:53:01 +0000 Subject: [PATCH] - update the pam audit patch to support newest audit library, audit also pam_setcred calls (Steve Grubb) - don't use the audit_fd as global static variable - don't unset the XAUTHORITY when target user is root --- pam.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pam.spec b/pam.spec index 1f65de4..cce5cc4 100644 --- a/pam.spec +++ b/pam.spec @@ -372,8 +372,11 @@ fi %{_libdir}/libpam_misc.so %changelog -* Thu May 19 2005 Tomas Mraz 0.79-9 -- update the pam audit patch to support newest audit library (Steve Grubb) +* Fri May 20 2005 Tomas Mraz 0.79-9 +- update the pam audit patch to support newest audit library, + audit also pam_setcred calls (Steve Grubb) +- don't use the audit_fd as global static variable +- don't unset the XAUTHORITY when target user is root * Mon May 2 2005 Tomas Mraz 0.79-8 - pam_console: support loading .perms files in the console.perms.d (#156069)