]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 123972
authorJan Rekorajski <baggins@sith.mimuw.edu.pl>
Thu, 30 Nov 2000 21:35:58 +0000 (21:35 +0000)
committerJan Rekorajski <baggins@sith.mimuw.edu.pl>
Thu, 30 Nov 2000 21:35:58 +0000 (21:35 +0000)
Purpose of commit: bugfix

Commit summary:
---------------
pam_limits - set real uid to the user for who we set limits

CHANGELOG

index 07c15a451b296dce8f37af1ee6f21c17ad477972..0fa94d0f55496977450acfc39806711e2dbdabe9 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,6 +35,8 @@ Where you should replace XXXXX with a bug-id.
 0.73: please submit patches for this section with actual code/doc
       patches!
 
+* pam_limits - set real uid to the user for who we set limits.
+  (Bug 123972 - baggins)
 * removed static variables from pam_limits (thread safe now). (Bug
   117450 - agmorgan).
 * removed static variable from pam_wheel (module should be thread safe