Skip to content
Snippets Groups Projects
Commit 3d6025dc authored by Gleb Kashkin's avatar Gleb Kashkin Committed by Alexander Turenko
Browse files

fio: fix default mode for files created by open()

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
parent e3f896d3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment