bluetooth.dbus 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!-- This configuration file specifies the required security policies
  2. for Bluetooth core 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"/>
  9. </policy>
  10. <policy at_console="true">
  11. <allow send_path="/"/>
  12. <allow send_path="/org/bluez"/>
  13. <allow send_destination="org.bluez.Manager"/>
  14. <allow receive_sender="org.bluez.Manager"/>
  15. <allow send_destination="org.bluez.Adapter"/>
  16. <allow receive_sender="org.bluez.Adapter"/>
  17. <allow send_destination="org.bluez.Device"/>
  18. <allow receive_sender="org.bluez.Device"/>
  19. <allow send_destination="org.bluez.Service"/>
  20. <allow receive_sender="org.bluez.Service"/>
  21. <allow send_destination="org.bluez.Database"/>
  22. <allow receive_sender="org.bluez.Database"/>
  23. <allow send_destination="org.bluez.Security"/>
  24. <allow receive_sender="org.bluez.Security"/>
  25. </policy>
  26. </busconfig>