Change group of tools to system_share 68/139968/2
authorJiwoong Im <jiwoong.im@samsung.com>
Fri, 21 Jul 2017 07:00:40 +0000 (16:00 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Tue, 25 Jul 2017 10:33:34 +0000 (19:33 +0900)
- Modify to grant execute permission only to system level user

Change-Id: I7bb77c60b066c36536f7f12b4953b5bca732651a
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
packaging/buxton2.spec

index 7d23730..bb503cb 100644 (file)
@@ -179,7 +179,7 @@ chsmack -a System %{dbdir}/*
 %manifest %{name}.manifest
 %license LICENSE.Apache-2.0
 %config(noreplace) %{_sysconfdir}/%{name}.conf
-%attr(0750,root,root) %{_bindir}/buxton2ctl
+%attr(0750,root,system_share) %{_bindir}/buxton2ctl
 %{_sbindir}/buxton2d
 %{_libdir}/%{name}/*.so
 %{_libdir}/libbuxton2.so.*
@@ -201,7 +201,7 @@ chsmack -a System %{dbdir}/*
 %files -n vconf-compat
 %manifest %{name}.manifest
 %license LICENSE.Apache-2.0
-%attr(0750,root,root) %{_bindir}/vconftool
+%attr(0750,root,system_share) %{_bindir}/vconftool
 %{_libdir}/libvconf.so.*
 
 %files -n vconf-compat-devel