From bfd44d76b2f6a094b33a07ce202b4f098927dff8 Mon Sep 17 00:00:00 2001 From: Axon Date: Tue, 27 May 2014 09:37:13 +0000 Subject: [PATCH] CopyPaste changed Added to policy section --- CopyPaste.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CopyPaste.md b/CopyPaste.md index 062e8ae8..779c5e27 100644 --- a/CopyPaste.md +++ b/CopyPaste.md @@ -49,7 +49,18 @@ For data other than logs, there are two options: Clipboard automatic policy enforcement -------------------------------------- -TODO +The Qubes clipboard policy is configurable in: + +``` {.wiki} +/etc/qubes-rpc/policy/qubes.ClipboardPaste +``` + +You may wish to configure this policy in order to prevent user error. For example, if you are certain that you never wish to paste *into* your "vault" AppVM, then you might edit the policy as follows: + +``` {.wiki} +$anyvm vault deny +$anyvm $anyvm ask +``` Shortcut Configuration ----------------------