Searched refs:CFG_PERMS (Results 1 – 1 of 1) sorted by relevance
54 #define CFG_PERMS S_IRUSR | S_IRGRP | S_IROTH /* Perms 0444. */ macro204 fd = open(tmp_name, O_WRONLY|O_CREAT|O_EXCL, CFG_PERMS); in write_new_algfile()315 if (fchmod(fd, CFG_PERMS) == -1) { in write_new_algfile()