diff options
| -rw-r--r-- | hcid/bluetooth.conf | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/hcid/bluetooth.conf b/hcid/bluetooth.conf index e2f4e923..88545fac 100644 --- a/hcid/bluetooth.conf +++ b/hcid/bluetooth.conf @@ -12,15 +12,18 @@    </policy>    <policy at_console="true"> -    <allow send_destination="org.bluez.Manager"/> -    <allow receive_sender="org.bluez.Manager"/> -      <allow send_path="/"/>      <allow send_path="/org/bluez"/> +    <allow send_destination="org.bluez.Manager"/> +    <allow receive_sender="org.bluez.Manager"/> +      <allow send_destination="org.bluez.Adapter"/>      <allow receive_sender="org.bluez.Adapter"/> +    <allow send_destination="org.bluez.Device"/> +    <allow receive_sender="org.bluez.Device"/> +      <allow send_destination="org.bluez.Service"/>      <allow receive_sender="org.bluez.Service"/> | 
