summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index d1c68445d..b6adc38cb 100644
--- a/sshd.c
+++ b/sshd.c
@@ -679,6 +679,13 @@ main(int ac, char **av)
679 options.log_facility == -1 ? SYSLOG_FACILITY_AUTH : options.log_facility, 679 options.log_facility == -1 ? SYSLOG_FACILITY_AUTH : options.log_facility,
680 !inetd_flag); 680 !inetd_flag);
681 681
682#ifdef _CRAY
683 /* Cray can define user privs drop all prives now!
684 * Not needed on PRIV_SU systems!
685 */
686 drop_cray_privs();
687#endif
688
682 seed_rng(); 689 seed_rng();
683 690
684 /* Read server configuration options from the configuration file. */ 691 /* Read server configuration options from the configuration file. */