]> andersk Git - openssh.git/blobdiff - sshd.c
- (bal) Second around of UNICOS patches. A few other things left.
[openssh.git] / sshd.c
diff --git a/sshd.c b/sshd.c
index d1c68445d3e0f96d4438c0fe40ec559efd3f7a43..b6adc38cb97f1a3980eb2eb4a01bd8418e8bdbb0 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -679,6 +679,13 @@ main(int ac, char **av)
            options.log_facility == -1 ? SYSLOG_FACILITY_AUTH : options.log_facility,
            !inetd_flag);
 
+#ifdef _CRAY
+       /* Cray can define user privs drop all prives now!
+        * Not needed on PRIV_SU systems!
+        */
+       drop_cray_privs();
+#endif
+
        seed_rng();
 
        /* Read server configuration options from the configuration file. */
This page took 0.051354 seconds and 4 git commands to generate.