Blame mesh/bluetooth-mesh.conf

Packit 34410b
Packit 34410b
     for Bluetooth mesh daemon to work. -->
Packit 34410b
Packit 34410b
Packit 34410b
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
Packit 34410b
<busconfig>
Packit 34410b
Packit 34410b
  
Packit 34410b
Packit 34410b
  <policy user="root">
Packit 34410b
    <allow own="org.bluez.mesh"/>
Packit 34410b
    <allow send_destination="org.bluez.mesh"/>
Packit 34410b
    <allow send_interface="org.bluez.mesh.Application1"/>
Packit 34410b
    <allow send_interface="org.bluez.mesh.Element1"/>
Packit 34410b
    <allow send_interface="org.bluez.mesh.ProvisionAgent1"/>
Packit 34410b
    <allow send_interface="org.bluez.mesh.Provisioner1"/>
Packit 34410b
  </policy>
Packit 34410b
Packit 34410b
  <policy context="default">
Packit 34410b
    <allow send_destination="org.bluez.mesh"/>
Packit 34410b
  </policy>
Packit 34410b
Packit 34410b
</busconfig>