From: Wootak Jung Date: Tue, 8 May 2018 06:23:57 +0000 (+0900) Subject: Change file mode to 750 from 755 X-Git-Tag: accepted/tizen/unified/20180514.094233~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b97a5c9a97db1a58782a555c3365d1bd0109f6c;p=platform%2Fupstream%2Fbluez.git Change file mode to 750 from 755 File mode need to be fixed to 750(user/group/other), 'other' should not access for this file. Change-Id: Iab0dcf46d11d6f426c2fd38c94157890bcfc22d5 --- diff --git a/packaging/bluez.spec b/packaging/bluez.spec index d68e5c7..eeacc86 100755 --- a/packaging/bluez.spec +++ b/packaging/bluez.spec @@ -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