Change file mode to 750 from 755 05/178105/1
authorWootak Jung <wootak.jung@samsung.com>
Tue, 8 May 2018 06:23:57 +0000 (15:23 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Tue, 8 May 2018 06:23:57 +0000 (15:23 +0900)
File mode need to be fixed to 750(user/group/other),
'other' should not access for this file.

Change-Id: Iab0dcf46d11d6f426c2fd38c94157890bcfc22d5

packaging/bluez.spec

index d68e5c7..eeacc86 100755 (executable)
@@ -421,7 +421,7 @@ popd
 #%{_sysconfdir}/bluetooth/rfcomm.conf
 %{_sysconfdir}/dbus-1/system.d/bluetooth.conf
 #%{_datadir}/man/*/*
-%{_bindir}/hcitool
+%attr(750, network_fw, network_fw)%{_bindir}/hcitool
 %{_bindir}/l2ping
 %{_bindir}/obexctl
 %{_bindir}/rfcomm
@@ -430,8 +430,8 @@ popd
 %{_bindir}/sdptool
 %{_bindir}/ciptool
 #%{_bindir}/dfutool
-%attr(755, network_fw, network_fw)%{_bindir}/hciattach
-%attr(755, network_fw, network_fw)%{_bindir}/hciconfig
+%attr(750, network_fw, network_fw)%{_bindir}/hciattach
+%attr(750, network_fw, network_fw)%{_bindir}/hciconfig
 %attr(755, network_fw, network_fw)%{_libexecdir}/bluetooth/bluetoothd
 %exclude %{_libexecdir}/bluetooth/bluetoothd.bredr
 %exclude %{_libexecdir}/bluetooth/bluetoothd.le