Searched refs:CHROOT_DIR (Results 1 – 6 of 6) sorted by relevance
51 #define CHROOT_DIR "/var/empty" macro119 if (chroot(CHROOT_DIR) || chdir("/")) { in main()120 syslog(LOG_ERR, "chroot %s: %m", CHROOT_DIR); in main()
5 #define CHROOT_DIR "/var/unbound" macro
4 #undef CHROOT_DIR
157 AC_DEFINE_UNQUOTED(CHROOT_DIR, ["$hdr_chroot"], [Directory to chroot to]) definition
57 #define CHROOT_DIR "/var/empty" macro280 if (chroot(CHROOT_DIR) != 0 || chdir("/") != 0 || in drop_privs()
149 if(!(cfg->chrootdir = strdup(CHROOT_DIR))) goto error_exit; in config_create()