Searched refs:in_chroot (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dsession.c166 static int in_chroot = 0; variable
1432 if (!in_chroot && options.chroot_directory != NULL &&
1446 in_chroot = 1;
1469 if (!in_chroot && set_id(pw->pw_name) != 0)
1668 if (r || !in_chroot) {

Completed in 114 milliseconds