Searched refs:CHROOT_DIR (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c51 #define CHROOT_DIR "/var/empty" macro
119 if (chroot(CHROOT_DIR) || chdir("/")) {
120 syslog(LOG_ERR, "chroot %s: %m", CHROOT_DIR);
/freebsd-10.3-release/contrib/unbound/
H A Dconfig.h5 #define CHROOT_DIR "/var/unbound" macro
/freebsd-10.3-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c57 #define CHROOT_DIR "/var/empty" macro
280 if (chroot(CHROOT_DIR) != 0 || chdir("/") != 0 ||
/freebsd-10.3-release/contrib/unbound/util/
H A Dconfig_file.c149 if(!(cfg->chrootdir = strdup(CHROOT_DIR))) goto error_exit;

Completed in 67 milliseconds