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

/haiku/src/system/libroot/posix/unistd/
H A Dchroot.cpp15 chroot(const char *path) function
/haiku/3rdparty/docker/bootstrap/
H A Dhaikuports_chroot.sh5 echo "Enters a haikuporter bootstrap chroot."
18 # A hack to fix haikuport chroot not liking Debian's fancy PS1
21 echo "Entering chroot with $STAGE chroot..."
26 --enter-chroot $1
/haiku/headers/posix/
H A Dunistd.h443 extern int chroot(const char *path);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1525 void chroot() {} function
H A Dlibroot_stubs_legacy.c1456 void chroot() {} function
/haiku/src/bin/network/ftpd/
H A Dftpd.c294 * necessary for anonymous ftp's that chroot and can't do it later.
1024 reply(530, "Can't change user from chroot user.");
1514 || login_getcapbool(lc, "ftp-chroot", 0)
1518 * It is possible that checkuser() failed to open the chroot file.
1554 * a) see whether ftpchroot(5) specifies a chroot directory,
1571 * If no chroot directory set yet, use the login directory.
1578 * Check for the "/chroot/./home" syntax,
1579 * separate the chroot and home directory pathnames.
1586 * We MUST do a chdir() after the chroot. Otherwise
1593 * Finally, do chroot()
[all...]

Completed in 132 milliseconds