dbus-org.qubesos.PolicyAgent.conf 644 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
  2. <!DOCTYPE busconfig PUBLIC
  3. "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  4. "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  5. <busconfig>
  6. <!-- User need to be in qubes group to own the service -->
  7. <policy group="qubes">
  8. <allow own="org.qubesos.PolicyAgent"/>
  9. </policy>
  10. <policy context="default">
  11. <allow send_destination="org.qubesos.PolicyAgent"
  12. send_interface="org.freedesktop.DBus.Introspectable"/>
  13. <allow send_destination="org.qubesos.PolicyAgent"
  14. send_interface="org.qubesos.PolicyAgent"/>
  15. </policy>
  16. </busconfig>