dbus.conf 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
  2. "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  3. <busconfig>
  4. <type>system</type>
  5. <user>messagebus</user>
  6. <fork/>
  7. <standard_system_servicedirs/>
  8. <servicehelper>/usr/lib/dbus-1.0/dbus-daemon-launch-helper</servicehelper>
  9. <pidfile>/var/run/dbus/pid</pidfile>
  10. <auth>EXTERNAL</auth>
  11. <listen>unix:path=/var/run/dbus/system_bus_socket</listen>
  12. <policy context="default">
  13. <allow user="*"/>
  14. <deny own="*"/>
  15. <deny send_type="method_call"/>
  16. <allow send_type="signal"/>
  17. <allow send_requested_reply="true" send_type="method_return"/>
  18. <allow send_requested_reply="true" send_type="error"/>
  19. <allow receive_type="method_call"/>
  20. <allow receive_type="method_return"/>
  21. <allow receive_type="error"/>
  22. <allow receive_type="signal"/>
  23. <allow send_destination="org.freedesktop.DBus"/>
  24. <deny send_destination="org.freedesktop.DBus"
  25. send_interface="org.freedesktop.DBus"
  26. send_member="UpdateActivationEnvironment"/>
  27. </policy>
  28. <policy user="root">
  29. <allow own="fi.epitest.hostap.WPASupplicant"/>
  30. <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
  31. <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
  32. <allow own="fi.w1.wpa_supplicant1"/>
  33. <allow send_destination="fi.w1.wpa_supplicant1"/>
  34. <allow send_interface="fi.w1.wpa_supplicant1"/>
  35. <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
  36. </policy>
  37. </busconfig>