packaging: change permission for ld.so.preload sandbox/dkson95/asan
authorDongkyun, Son <dongkyun.s@samsung.com>
Tue, 13 Jun 2017 04:56:57 +0000 (13:56 +0900)
committerDongkyun, Son <dongkyun.s@samsung.com>
Tue, 13 Jun 2017 04:56:57 +0000 (13:56 +0900)
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
packaging/sys-assert.spec

index 240e60603ffb2eba2c36d12a0f58a01cfb08e73f..623f14e6e0b29d86eab471e89069c9d9ff465737 100644 (file)
@@ -45,7 +45,7 @@ if [ ! -d /.build ]; then
        if [ -z "$ret" ]; then
           echo "%{_libdir}/libsys-assert.so" >> %{_sysconfdir}/ld.so.preload
        fi
-       chmod 644 %{_sysconfdir}/ld.so.preload
+       chmod 777 %{_sysconfdir}/ld.so.preload
 fi
 %endif
 /sbin/ldconfig