CFG_PERMS
fd = open(tmp_name, O_WRONLY|O_CREAT|O_EXCL, CFG_PERMS);
if (fchmod(fd, CFG_PERMS) == -1) {