bluetooth.conf 859 B

12345678910111213141516171819202122232425262728293031
  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. <allow send_destination="org.bluez"/>
  10. <allow send_interface="org.bluez.Agent"/>
  11. </policy>
  12. <policy at_console="true">
  13. <allow send_destination="org.bluez"/>
  14. </policy>
  15. <!-- allow users of lp group (printing subsystem) to
  16. communicate with bluetoothd
  17. <policy group="lp">
  18. <allow send_destination="org.bluez"/>
  19. </policy>
  20. -->
  21. <policy context="default">
  22. <deny send_destination="org.bluez"/>
  23. </policy>
  24. </busconfig>