Removing unused interfaces from config
authorSebastian <sebastianchlad@gmail.com>
Tue, 10 Dec 2013 10:06:27 +0000 (12:06 +0200)
committerSebastian Chlad <sebastian.chlad@tieto.com>
Tue, 27 May 2014 10:25:14 +0000 (12:25 +0200)
BlueZ 5.x make use of ObjectManager thus config should adhere to
this approach

Change-Id: If3c600a8b301990f11b4a60ea71c59e9c5e1864e
Signed-off-by: Sebastian Chlad <sebastianx.chlad@intel.com>
src/bluetooth.conf

index 9b4b6b1..3e1a369 100644 (file)
@@ -22,9 +22,6 @@
     <allow own="org.bluez.Adapter1"/>
     <allow send_interface="org.bluez.Adapter1"/>
     <allow send_destination="org.bluez.Adapter1"/>
-    <allow own="org.bluez.Manager"/>
-    <allow send_interface="org.bluez.Manager"/>
-    <allow send_destination="org.bluez.Manager"/>
     <allow own="org.bluez.Device1"/>
     <allow send_interface="org.bluez.Device1"/>
     <allow send_destination="org.bluez.Device1"/>
@@ -55,8 +52,6 @@
     <allow send_destination="org.bluez.Agent1"/>
     <allow send_interface="org.bluez.Adapter1"/>
     <allow send_destination="org.bluez.Adapter1"/>
-    <allow send_interface="org.bluez.Manager"/>
-    <allow send_destination="org.bluez.Manager"/>
     <allow send_interface="org.bluez.Device1"/>
     <allow send_destination="org.bluez.Device1"/>
     <allow send_interface="org.bluez.MediaEndpoint1"/>
@@ -82,8 +77,6 @@
     <deny send_destination="org.bluez.Agent1"/>
     <deny send_interface="org.bluez.Adapter1"/>
     <deny send_destination="org.bluez.Adapter1"/>
-    <deny send_interface="org.bluez.Manager"/>
-    <deny send_destination="org.bluez.Manager"/>
     <deny send_interface="org.bluez.Device1"/>
     <deny send_destination="org.bluez.Device1"/>
     <deny send_interface="org.bluez.MediaEndpoint1"/>