summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-07-22 22:06:54 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 16:11:46 -0800
commitf07c4623ddcb00fb57fdb3a97149cf5de03cf8da (patch)
treecf0185ddd1a5ff987372b593c618a0583d9d72cf /debian/changelog
parent12471f3473c2f71dcb4d0588539e9f97eacdb1f5 (diff)
027_pam_limits_better_init_allow_explicit_root: RLIM_INFINITY is also
invalid for RLIMIT_NOFILE, so when resetting the limits for a new session, use the kernel default of 1024 instead. Closes: #404836.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 60a2dd0e..dfff3c58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,9 @@ pam (0.99.9.0-1) UNRELEASED; urgency=low
* Fix up the doc-base sections for the libpam-doc documentation, to point
to Applications instead of Apps
* Fix a typo in the libpam0g-dev description.
+ * 027_pam_limits_better_init_allow_explicit_root: RLIM_INFINITY is also
+ invalid for RLIMIT_NOFILE, so when resetting the limits for a new session,
+ use the kernel default of 1024 instead. Closes: #404836.
-- Steve Langasek <vorlon@debian.org> Tue, 22 Jul 2008 10:55:45 -0700