From eecc66af239b250f2093d921bc907b1b1abce61d Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: May 20 2005 15:53:01 +0000 Subject: - 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 --- 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)