- <!DOCTYPE busconfig PUBLIC
- "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
- <busconfig>
- <!-- This config allows anyone to control QubesManager -->
- <policy context="default">
- <allow send_destination="org.qubesos.QubesManager"/>
- </policy>
- <policy group="qubes">
- <allow own="org.qubesos.QubesManager"/>
- </policy>
- </busconfig>
|