Skip to content
Snippets Groups Projects
user avatar
Gleb Kashkin authored
For an unknown reason default fio.open() mode used to be set as
0777 & umask that basically equals 18, meaning no read/write/execute
rights for anyone.

Now the default is 0666 before umask, meaning read and write access.

Closes #7981

NO_DOC=bugfix
3d6025dc
History
Name Last commit Last update