Home | History | Annotate | Download | only in openssh

Lines Matching refs:chroot

1418  * Chroot into a directory after checking it for safety: all path components
1429 fatal("chroot path does not begin at root");
1431 fatal("chroot path too long");
1452 fatal("bad ownership or modes for chroot "
1456 fatal("chroot path %s\"%s\" is not a directory",
1462 fatal("Unable to chdir to chroot path \"%s\": "
1464 if (chroot(path) == -1)
1465 fatal("chroot(\"%s\"): %s", path, strerror(errno));
1467 fatal("%s: chdir(/) after chroot: %s",
1740 /* Suppress missing homedir warning for chroot case */