bluetooth-mesh.conf 802 B

1234567891011121314151617181920212223
  1. <!-- This configuration file specifies the required security policies
  2. for Bluetooth mesh daemon to work. -->
  3. <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  4. "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  5. <busconfig>
  6. <!-- ../system.conf have denied everything, so we just punch some holes -->
  7. <policy user="root">
  8. <allow own="org.bluez.mesh"/>
  9. <allow send_destination="org.bluez.mesh"/>
  10. <allow send_interface="org.bluez.mesh.Application1"/>
  11. <allow send_interface="org.bluez.mesh.Element1"/>
  12. <allow send_interface="org.bluez.mesh.ProvisionAgent1"/>
  13. <allow send_interface="org.bluez.mesh.Provisioner1"/>
  14. </policy>
  15. <policy context="default">
  16. <allow send_destination="org.bluez.mesh"/>
  17. </policy>
  18. </busconfig>