From 9b97a5c9a97db1a58782a555c3365d1bd0109f6c Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Tue, 8 May 2018 15:23:57 +0900 Subject: [PATCH] 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 --- packaging/bluez.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.7.4