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

/freebsd-13-stable/crypto/openssh/
H A Dsession.c1404 char uidstr[32], *chroot_path, *tmp; local
1438 chroot_path = percent_expand(tmp, "h", pw->pw_dir,
1440 safely_chroot(chroot_path, pw->pw_uid);
1442 free(chroot_path);

Completed in 110 milliseconds