Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix permissions on lock files on Unix
We should create the files with 0666 and let the umask take care of adjusting to the final permissions in the file system. [ChangeLog][QtCore][QLockFile] Fixed permissions on lock files on Unix to allow for adjustments via umask. Change-Id: Iee6a6ac3920d0ffd4465f54ac6e955f7fe087173 Reviewed-by: Denis Shienkov <[email protected]> Reviewed-by: Edward Welbourne <[email protected]> Reviewed-by: Thiago Macieira <[email protected]> Reviewed-by: David Faure <[email protected]>
- Loading branch information