From 61bcd9647c976e79084033bf91e235fa10f63a2c Mon Sep 17 00:00:00 2001 From: parulin <161326115+parulin@users.noreply.github.com> Date: Thu, 21 Aug 2025 03:56:36 -0400 Subject: [PATCH] Add a link to glossary in how-to-edit-policy + minor spelling edit --- user/how-to-guides/how-to-edit-a-policy.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/user/how-to-guides/how-to-edit-a-policy.rst b/user/how-to-guides/how-to-edit-a-policy.rst index bd00eddf..3e0d21e0 100644 --- a/user/how-to-guides/how-to-edit-a-policy.rst +++ b/user/how-to-guides/how-to-edit-a-policy.rst @@ -2,7 +2,7 @@ How to edit a policy ==================== -There are three ways to edit a policy: +There are three ways to edit a :ref:`policy `: * 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` -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 @@ -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: .. code: text - + 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` -------------------------------------------------