Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qvm/template-gui.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
qubes.SyncAppMenus * @tag:guivm-{{ vmname }} dom0 allow target={{ vmname }}
qubes.WindowIconUpdater * @tag:guivm-{{ vmname }} dom0 allow target={{ vmname }}
qubes.Notifications * @tag:guivm-{{ vmname }} @default allow target={{ vmname }} autostart=no
qubes.WaitForSession * @tag:guivm-{{ vmname }} @default allow target={{ vmname }} autostart=no
qubes.WaitForSession * {{ vmname }} @tag:guivm-{{ vmname }} allow
{%- if 'psu' in salt['pillar.get']('qvm:' + vmname + ':dummy-modules', []) %}
qubes.PowerSupply * {{ vmname }} @default allow target=dom0
Expand Down Expand Up @@ -80,4 +81,3 @@
{{ vmname }} {{ vmname }} allow target=dom0
{% endif %}
{%- endmacro %}