Add the default deny rule for org.projectx.bt.mesh
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bluetooth-frwk-service.conf.in
index db71f5d..12066a8 100644 (file)
@@ -29,6 +29,8 @@
         <deny send_destination="org.projectx.bt" send_type="method_call"/>
         <deny own="org.bluez.obex"/>
         <deny send_destination="org.bluez.obex" send_type="method_call"/>
+        <deny own="org.projectx.bt.mesh"/>
+        <deny send_destination="org.projectx.bt.mesh" send_type="method_call"/>
         <allow send_destination="org.projectx.bt" send_interface="org.projectx.bt"/>
         <allow send_destination="org.projectx.bt" send_interface="org.freedesktop.DBus.Properties" send_member="GetAll"/>
         <check send_destination="org.projectx.bt" send_interface="org.bluez.Agent1" privilege="http://tizen.org/privilege/bluetooth.admin"/>