Skip to content

Commit d50d2a5

Browse files
committed
Rescope clipboard permission to sd-app
1 parent 3951038 commit d50d2a5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dom0/sd-dom0-qvm-rpc.sls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dom0-rpc-qubes.ClipboardPaste:
1717
- marker_start: "### BEGIN securedrop-workstation ###"
1818
- marker_end: "### END securedrop-workstation ###"
1919
- content: |
20-
@tag:sd-send-clipboard @tag:sd-workstation ask
21-
@tag:sd-workstation @tag:sd-receive-clipboard ask
20+
@tag:sd-send-app-clipboard sd-app ask
21+
sd-app @tag:sd-receive-app-clipboard ask
2222
@anyvm @tag:sd-workstation deny
2323
@tag:sd-workstation @anyvm deny
2424
dom0-rpc-qubes.FeaturesRequest:

tests/vars/qubes-rpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
- policy: qubes.ClipboardPaste
22
starts_with: |-
33
### BEGIN securedrop-workstation ###
4-
@tag:sd-send-clipboard @tag:sd-workstation ask
5-
@tag:sd-workstation @tag:sd-receive-clipboard ask
4+
@tag:sd-send-app-clipboard sd-app ask
5+
sd-app @tag:sd-receive-app-clipboard ask
66
@anyvm @tag:sd-workstation deny
77
@tag:sd-workstation @anyvm deny
88
### END securedrop-workstation ###

0 commit comments

Comments
 (0)