DUID_FILE
(void) unlink(DUID_FILE);
if ((fd = open(DUID_FILE, O_WRONLY | O_CREAT, 0644)) == -1)
if ((fd = open(DUID_FILE, O_RDONLY)) == -1)