George rightly pointed out that this should be 0600, not 0660.
This commit was SVN r16927.
Этот коммит содержится в:
родитель
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);
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user