DC_PERM
if ((dcp->dc_conf_fd = open(fpath, O_RDWR | O_CREAT, DC_PERM)) == -1) {
if (fchmod(dcp->dc_conf_fd, DC_PERM) == -1)