diff options
author | Damien Miller <djm@mindrot.org> | 2014-08-27 04:11:55 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-08-27 04:11:55 +1000 |
commit | 146218ac11a1eb0dcade6f793d7acdef163b5ddc (patch) | |
tree | 12ce651173bcc56b6ebc7ac3caf4c9fb9a56f2ab /sshd.c | |
parent | 1b215c098b3b37e38aa4e4c91bb908eee41183b1 (diff) | |
download | openssh-git-146218ac11a1eb0dcade6f793d7acdef163b5ddc.tar.gz |
- (djm) [monitor.c sshd.c] SIGXFSZ needs to be ignored in postauth
monitor, not preauth; bz#2263
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -647,10 +647,6 @@ privsep_preauth_child(void) fatal("setgroups: %.100s", strerror(errno)); permanently_set_uid(privsep_pw); #endif - -#ifdef SIGXFSZ - signal(SIGXFSZ, SIG_IGN); -#endif } static int |