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

/freebsd-10-stable/crypto/openssh/
H A Dsession.c1534 char *chroot_path, *tmp; local
1566 chroot_path = percent_expand(tmp, "h", pw->pw_dir,
1568 safely_chroot(chroot_path, pw->pw_uid);
1570 free(chroot_path);

Completed in 56 milliseconds