hong.liu | f241688 | 2025-05-23 20:41:06 -0700 | [diff] [blame] | 1 | --- a/sshd.c |
2 | +++ b/sshd.c | ||||
3 | @@ -1792,7 +1792,7 @@ main(int ac, char **av) | ||||
4 | "without OpenSSL" | ||||
5 | #endif | ||||
6 | ); | ||||
7 | - | ||||
8 | + use_privsep = 0; | ||||
9 | /* Store privilege separation user for later use if required. */ | ||||
10 | privsep_chroot = use_privsep && (getuid() == 0 || geteuid() == 0); | ||||
11 | if ((privsep_pw = getpwnam(SSH_PRIVSEP_USER)) == NULL) { |