From: Amritanshu Date: Mon, 26 Aug 2019 12:44:45 +0000 (+0530) Subject: Resolve SVACE issue WGID-112780 X-Git-Tag: submit/tizen_5.0/20200207.093337^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83a1cd2e7a1c8a7694b61c5a4896bd462dba787d;p=apps%2Fnative%2Fboot-animation.git Resolve SVACE issue WGID-112780 Change-Id: Ic5ef7c1a552a314d9ea49774e77e757c63326837 Signed-off-by: Amritanshu (cherry picked from commit d4dd4763aae13263f4e7fb31873597a8e58eca51) --- diff --git a/src/boot.c b/src/boot.c index d55a9fc..50908d5 100755 --- a/src/boot.c +++ b/src/boot.c @@ -106,7 +106,7 @@ int main(int argc, char *argv[]) invoked_flag = 1; close(1); - fd = open("/tmp/myfile.txt", O_CREAT|O_RDWR, S_IRWXU|S_IRWXO); + fd = open("/tmp/myfile.txt", O_CREAT|O_RDWR, S_IRWXU|S_IRGRP); __D("Result of log file open: %d", fd); elm_init(argc, argv);