summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rekorajski <baggins@sith.mimuw.edu.pl>2000-11-30 21:35:58 +0000
committerJan Rekorajski <baggins@sith.mimuw.edu.pl>2000-11-30 21:35:58 +0000
commit30661180000c3047534d128af7c0ca2e3d299d46 (patch)
treeb837830833d2e330fed423ee5517d6f29de25041
parent5ad6b4379de2099bf860d3a7179cfdde39f83b32 (diff)
Relevant BUGIDs: 123972
Purpose of commit: bugfix Commit summary: --------------- pam_limits - set real uid to the user for who we set limits
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 07c15a45..0fa94d0f 100644
--- 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