mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-22 14:04:58 -04:00
Add a link to glossary in how-to-edit-policy
+ minor spelling edit
This commit is contained in:
parent
cb520b98b4
commit
61bcd9647c
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
How to edit a policy
|
How to edit a policy
|
||||||
====================
|
====================
|
||||||
|
|
||||||
There are three ways to edit a policy:
|
There are three ways to edit a :ref:`policy <user/reference/glossary:policies>`:
|
||||||
|
|
||||||
* with :program:`Qubes OS Global Config`, the **recommended way** for the most common policies
|
* with :program:`Qubes OS Global Config`, the **recommended way** for the most common policies
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Edit a policy with :program:`Qubes OS Global Config`
|
||||||
|
|
||||||
2. Under :guilabel:`Custom policy`, select :guilabel:`Add`
|
2. Under :guilabel:`Custom policy`, select :guilabel:`Add`
|
||||||
|
|
||||||
3. Change the dropdown items to get this: ":guilabel:`untrusted` will :guilabel:`never` be allowed to paste into the clipboard of :guilabel:`vault`"
|
3. Change the drop-down items to get this: ":guilabel:`untrusted` will :guilabel:`never` be allowed to paste into the clipboard of :guilabel:`vault`"
|
||||||
|
|
||||||
.. note:: if there is any inconsistency, a pop-up will warn you about that
|
.. note:: if there is any inconsistency, a pop-up will warn you about that
|
||||||
|
|
||||||
|
@ -46,10 +46,10 @@ Edit a policy with :program:`Qubes Policy Editor`
|
||||||
3. Add a line to the file. In order to prevent the *untrusted* qube from pasting to the *vault* qube, the line should be:
|
3. Add a line to the file. In order to prevent the *untrusted* qube from pasting to the *vault* qube, the line should be:
|
||||||
|
|
||||||
.. code: text
|
.. code: text
|
||||||
|
|
||||||
qubes.ClipboardPaste * untrusted vault deny
|
qubes.ClipboardPaste * untrusted vault deny
|
||||||
|
|
||||||
4. If you have made any edits and if the format is correct, you will be able to select :guilabel:`Save Changes` and :guilabel:`Save and Exit`, or to press :kbd:`Ctrl` + :kbd:`S`.
|
4. If you have made any edits and if the format is correct, you will be able to select :guilabel:`Save Changes` and :guilabel:`Save and Exit`, or to press :kbd:`Ctrl` + :kbd:`S`.
|
||||||
|
|
||||||
Edit a policy with :program:`qubes-policy-editor`
|
Edit a policy with :program:`qubes-policy-editor`
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue