#else
if (st.st_uid != 0 || (st.st_mode & (S_IWGRP|S_IWOTH)) != 0)
#endif
fatal("Bad owner or mode for %s",
fatal("Bad owner or mode for %s, should be owned by root and no write perms for group and others",
_PATH_PRIVSEP_CHROOT_DIR);
}