Home
last modified time | relevance | path

Searched refs:CHROOT_DIR (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/pf/tftp-proxy/
Dtftp-proxy.c51 #define CHROOT_DIR "/var/empty" macro
119 if (chroot(CHROOT_DIR) || chdir("/")) { in main()
120 syslog(LOG_ERR, "chroot %s: %m", CHROOT_DIR); in main()
/freebsd-10-stable/contrib/unbound/
Dconfig.h5 #define CHROOT_DIR "/var/unbound" macro
Dconfig.h.in4 #undef CHROOT_DIR
Dconfigure.ac157 AC_DEFINE_UNQUOTED(CHROOT_DIR, ["$hdr_chroot"], [Directory to chroot to]) definition
/freebsd-10-stable/contrib/pf/ftp-proxy/
Dftp-proxy.c57 #define CHROOT_DIR "/var/empty" macro
280 if (chroot(CHROOT_DIR) != 0 || chdir("/") != 0 || in drop_privs()
/freebsd-10-stable/contrib/unbound/util/
Dconfig_file.c149 if(!(cfg->chrootdir = strdup(CHROOT_DIR))) goto error_exit; in config_create()