Set 0777 mode to sanitizer tool report 06/98106/2 accepted/tizen/base/20161118.080736 submit/tizen_base/20161116.120211
authorSlava Barinov <v.barinov@samsung.com>
Tue, 15 Nov 2016 12:51:42 +0000 (15:51 +0300)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 16 Nov 2016 08:27:57 +0000 (00:27 -0800)
commit39f2b46347df63764f20e33ee29c6887c5ec7a90
treec9d6f1e01331855bf976bc995415ad8caf448b13
parent15309713e82203c2a5bf1e84a89030360b552414
Set 0777 mode to sanitizer tool report

There are processes which are executed with root permissions and then
change the user during run on target.

Without setting up the file mode to 0777 trying to write log causes
write error and process exits.

Change-Id: I88c6738625d67f4db2efea76cc8928d4f58b6e7c
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
libsanitizer/sanitizer_common/sanitizer_posix.cc