View | Details | Raw Unified | Return to bug 2263 | Differences between
and this patch

Collapse All | Expand All

(-)sshd.c (+4 lines)
Lines 647-652 privsep_preauth_child(void) Link Here
647
		fatal("setgroups: %.100s", strerror(errno));
647
		fatal("setgroups: %.100s", strerror(errno));
648
	permanently_set_uid(privsep_pw);
648
	permanently_set_uid(privsep_pw);
649
#endif
649
#endif
650
651
#ifdef SIGXFSZ
652
	signal(SIGXFSZ, SIG_IGN);
653
#endif
650
}
654
}
651
655
652
static int
656
static int

Return to bug 2263