diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-22 01:47:54 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-22 01:47:54 +0000 | 
| commit | 40a1875c5975c3ad378f705ab3de0cf215e3f666 (patch) | |
| tree | 6e0124157341ac57cca79a9639cca293412056a4 | |
| parent | b54cf5800eae6bbf3366c7a3bb7027f8e82dcd40 (diff) | |
Update D-Bus configuration file
| -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"/> | 
