[Bug 2263] sshd privsep monitor process doesn't handle SIGXFSZ signal
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Aug 27 00:39:27 EST 2014
https://bugzilla.mindrot.org/show_bug.cgi?id=2263
--- Comment #4 from Petr Lautrbach <plautrba at redhat.com> ---
Created attachment 2462
--> https://bugzilla.mindrot.org/attachment.cgi?id=2462&action=edit
Ignore SIGXFSZ in postauth monitor child
Using this patch, the following message is logged in the described
scenario:
Aug 26 16:31:14 hulk.w.lan sshd[27852]: lastlog_write_entry: Error
writing to /var/log/lastlog: File too large
Reproducer:
- create an user with uid 1280000008
- set openssh to use pam
- set pam to use pam_limit.so
session required pam_limits.so
- add following line to /etc/security/limits.conf
user hard fsize 1024000
- try to login as user
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list