diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-10-26 21:42:09 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-10-26 21:42:09 +0000 | 
| commit | abbe6d94058af4f00c4c0ff6c820269210817677 (patch) | |
| tree | 0f2c6ffb033a69e00f41613e670cc4d1c4fe87fe | |
| parent | 4fa1dd27fcf1f78d95d2a83ead557e41eead012e (diff) | |
Update D-Bus service configuration
| -rw-r--r-- | hcid/bluez-hcid.conf | 13 | 
1 files changed, 7 insertions, 6 deletions
diff --git a/hcid/bluez-hcid.conf b/hcid/bluez-hcid.conf index 7586fc6e..0b1fe4b2 100644 --- a/hcid/bluez-hcid.conf +++ b/hcid/bluez-hcid.conf @@ -12,15 +12,16 @@    </policy>    <policy at_console="true"> -    <allow send_destination="org.bluez.Adapter"/> -    <allow receive_sender="org.bluez.Adapter"/> - -    <allow send_path="/org/bluez/Adapter"/> -      <allow send_destination="org.bluez.Manager"/>      <allow receive_sender="org.bluez.Manager"/> -    <allow send_path="/org/bluez/Manager"/> +    <allow send_path="/org/bluez"/> + +    <allow send_destination="org.bluez.Adapter"/> +    <allow receive_sender="org.bluez.Adapter"/> + +    <allow send_destination="org.bluez.Service"/> +    <allow receive_sender="org.bluez.Service"/>      <allow send_destination="org.bluez.Security"/>      <allow receive_sender="org.bluez.Security"/>  | 
