diff options
-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"/> |