Home
last modified time | relevance | path

Searched refs:privsep_chroot (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshd-auth.c144 static int privsep_chroot = 1; variable
189 if (privsep_chroot) { in privsep_child_demote()
656 privsep_chroot = (getuid() == 0 || geteuid() == 0); in main()
658 if (privsep_chroot || options.kerberos_authentication) in main()
H A Dsshd-session.c163 static int privsep_chroot = 1; variable
1004 privsep_chroot = (getuid() == 0 || geteuid() == 0); in main()
1006 if (privsep_chroot || options.kerberos_authentication) in main()