Fix the dbus permission problem in mesh
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bluetooth-frwk-service.conf.in
index f8359d2..db71f5d 100644 (file)
@@ -3,13 +3,17 @@
 <busconfig>
     <policy user="root">
         <allow own="org.projectx.bt"/>
+        <allow own="org.projectx.bt.mesh"/>
         <allow send_destination="org.projectx.bt"/>
+        <allow send_destination="org.projectx.bt.mesh"/>
         <allow own="org.bluez.obex"/>
         <allow send_destination="org.bluez.obex"/>
     </policy>
     <policy group="network_fw">
         <allow own="org.projectx.bt"/>
+        <allow own="org.projectx.bt.mesh"/>
         <allow send_destination="org.projectx.bt"/>
+        <allow send_destination="org.projectx.bt.mesh"/>
         <allow own="org.bluez.obex"/>
         <allow send_destination="org.bluez.obex"/>
         <allow own="org.projectx.bluetooth.share"/>