1
1

George rightly pointed out that this should be 0600, not 0660.

This commit was SVN r16927.
Этот коммит содержится в:
Jeff Squyres 2007-12-11 12:55:08 +00:00
родитель 849373ce5c
Коммит d47ea89181

Просмотреть файл

@ -94,7 +94,7 @@ void orte_abort(int status, bool report)
ORTE_ERROR_LOG(ORTE_ERR_OUT_OF_RESOURCE);
goto CLEANUP;
}
fd = open(abort_file, O_CREAT, 0660);
fd = open(abort_file, O_CREAT, 0600);
if (0 < fd) close(fd);
}