Change binary file mode 02/149902/1 accepted/tizen/unified/20170914.065533 submit/tizen/20170913.230551
authorYunmi Ha <yunmi.ha@samsung.com>
Wed, 13 Sep 2017 08:39:01 +0000 (17:39 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 13 Sep 2017 12:29:59 +0000 (12:29 +0000)
tlm-launcher binaries should be run as root.
Remove all permissions except root to prevent running as other users.

Change-Id: Ib69259f191f22702f40741c6d20e7dec81444e76
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
(cherry picked from commit f090a1bb056d2d7ed3cc319cf67ff2fed52a469b)

packaging/tlm.spec

index 89437fb..7db8da7 100755 (executable)
@@ -121,6 +121,7 @@ install -m 644 data/tizen-common/etc/tlm*.conf %{buildroot}%{_sysconfdir}
 install -m 755 data/tizen-common/etc/session.d/* %{buildroot}%{_sysconfdir}/session.d/
 chmod 700 %{buildroot}%{_bindir}/%{name}
 chmod 700 %{buildroot}%{_bindir}/%{name}-sessiond
+chmod 700 %{buildroot}%{_bindir}/%{name}-launcher
 
 %post
 /sbin/ldconfig