CopyPaste changed

Added to policy section
This commit is contained in:
Axon 2014-05-27 09:37:13 +00:00
parent e7905986e3
commit bfd44d76b2

View File

@ -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
----------------------