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
Showing
- changelogs/unreleased/gh-7981-fio-read-write-permissions.md 4 additions, 0 deletionschangelogs/unreleased/gh-7981-fio-read-write-permissions.md
- src/lua/fio.lua 1 addition, 1 deletionsrc/lua/fio.lua
- test/app/fio.result 3 additions, 2 deletionstest/app/fio.result
- test/app/fio.test.lua 3 additions, 2 deletionstest/app/fio.test.lua
Loading
Please register or sign in to comment