Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsession.c118 static void safely_chroot(const char *path, uid_t uid);
1272 safely_chroot(chroot_path, pw->pw_uid); in chroot_if_needed()
1283 safely_chroot(const char *path, uid_t uid) in safely_chroot() function