#include <unistd.h>
#include <errno.h>
#include "chroot.h"
#include "open.h"
Include dependency graph for chroot_secure_chdir.c:

Go to the source code of this file.
Functions | |
| int | chroot_secure_chdir (const char *root, const char *dir) |
| symlink-attack safe chdir(2) in chroot(2) | |
1.5.2