Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dsession.c1265 char *chroot_path, *tmp; in chroot_if_needed() local
1270 chroot_path = percent_expand(tmp, "h", pw->pw_dir, in chroot_if_needed()
1272 safely_chroot(chroot_path, pw->pw_uid); in chroot_if_needed()
1274 free(chroot_path); in chroot_if_needed()