#include <sys/types.h>
Include dependency graph for chroot.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | chroot_fd (int fd) |
chroot(2) to the directory pointed to by a filedescriptor | |
int | chroot_mkdirp (const char *root, const char *dir, mode_t mode) |
recursive mkdir(2) inside a secure chroot | |
int | chroot_secure_chdir (const char *root, const char *dir) |
symlink-attack safe chdir(2) in chroot(2) |