Searched refs:SYNCH_DOOR_PERMS (Results 1 – 2 of 2) sorted by relevance
101 #define SYNCH_DOOR_PERMS (S_IRUSR | S_IWUSR) macro
1272 if ((fd = open(door_file, O_RDWR | O_CREAT, SYNCH_DOOR_PERMS)) == -1) { in daemon_update()