This adds a new interface permission to bluetooth-mesh.conf:
<allow send_interface="org.bluez.mesh.Provisioner1"/>
---
mesh/bluetooth-mesh.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/mesh/bluetooth-mesh.conf b/mesh/bluetooth-mesh.conf
index 28be7c649..7fbbd648e 100644
--- a/mesh/bluetooth-mesh.conf
+++ b/mesh/bluetooth-mesh.conf
@@ -13,6 +13,7 @@
<allow send_interface="org.bluez.mesh.Application1"/>
<allow send_interface="org.bluez.mesh.Element1"/>
<allow send_interface="org.bluez.mesh.ProvisionAgent1"/>
+ <allow send_interface="org.bluez.mesh.Provisioner1"/>
</policy>
<policy context="default">
--
2.21.0
Applied
On Wed, 2019-07-17 at 20:54 -0700, Inga Stotland wrote:
> This adds a new interface permission to bluetooth-mesh.conf:
> <allow send_interface="org.bluez.mesh.Provisioner1"/>
> ---
> mesh/bluetooth-mesh.conf | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/mesh/bluetooth-mesh.conf b/mesh/bluetooth-mesh.conf
> index 28be7c649..7fbbd648e 100644
> --- a/mesh/bluetooth-mesh.conf
> +++ b/mesh/bluetooth-mesh.conf
> @@ -13,6 +13,7 @@
> <allow send_interface="org.bluez.mesh.Application1"/>
> <allow send_interface="org.bluez.mesh.Element1"/>
> <allow send_interface="org.bluez.mesh.ProvisionAgent1"/>
> + <allow send_interface="org.bluez.mesh.Provisioner1"/>
> </policy>
>
> <policy context="default">