Files
rocm-systems/src
Amber Lin 1a8a9cb57b Make the lock file writable by others
Though S_IWOTH flag is set in the open() call, the lock file is not
created as accessable by others if others try to open the file with O_RDWR
permission. It's because the default umask masks off S_IWOTH. This patch
changes the umask to S_IXOTH since others don't need that permission but
it'll open up S_IWOTH. Restore the umask to original after the file is
opened.

Change-Id: I8a239e1566ce0b0b18821913385f239db7c3588e
2017-03-03 11:05:13 -05:00
..
2017-02-16 15:09:26 -05:00
2015-08-30 14:13:53 +03:00
2017-03-02 14:00:25 -05:00
2017-02-27 09:33:58 -05:00
2017-02-27 09:33:58 -05:00
2017-02-27 10:39:05 -05:00