2019-07-18 03:56:23

by Stotland, Inga

[permalink] [raw]
Subject: [PATCH BlueZ] mesh: Allow sending on org.bluez.mesh.Provisioner1

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


2019-07-18 17:10:31

by Gix, Brian

[permalink] [raw]
Subject: Re: [PATCH BlueZ] mesh: Allow sending on org.bluez.mesh.Provisioner1

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">