From f69cba0e649120860cf73866532f1b81ed2518e6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Ouellet Date: Sun, 18 Dec 2016 15:30:13 -0500 Subject: [PATCH] Deduplicate dom0 copying info & use canonical links --- common-tasks/copy-paste.md | 14 +------------- doc.md | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/common-tasks/copy-paste.md b/common-tasks/copy-paste.md index 25a527e35d..770a0fae4c 100644 --- a/common-tasks/copy-paste.md +++ b/common-tasks/copy-paste.md @@ -36,19 +36,7 @@ And [this message](https://groups.google.com/group/qubes-devel/msg/48b4b532cee06 Copy/Paste between dom0 and other domains ----------------------------------------- -Copy/Paste between dom0 and other domains is intentionally prohibited by default. There should normally be no reason for any data exchange between dom0 and other VMs (except for the reporting of error logs). In order to easily copy/paste the contents of logs from dom0 to the inter-VM clipboard: - -1. Right-click on the desired VM in the Qubes VM Manager. -2. Click "Logs." -3. Click on the desired log. -4. Click "Copy to Qubes clipboard." - -You may now paste the log contents to any VM as you normally would (i.e., Ctrl-Shift-V, then Ctrl-V). - -For data other than logs, there are two options: - -1. [Copy it as a file.](/doc/copy-to-dom0/) -2. Paste the data to `/var/run/qubes/qubes-clipboard.bin`, then write "dom0" to `/var/run/qubes/qubes-clipboard.bin.source`. Then use Ctrl-Shift-V to paste the data to the desired VM. +See ["Copying from (and to) dom0"](/doc/copy-from-dom0/). Clipboard automatic policy enforcement -------------------------------------- diff --git a/doc.md b/doc.md index b3898569c4..18210c76f6 100644 --- a/doc.md +++ b/doc.md @@ -66,7 +66,7 @@ Common Tasks * [Copying and Pasting Text Between Domains](/doc/copy-paste/) * [Copying and Moving Files Between Domains](/doc/copying-files/) - * [Copying Files to and from dom0](/doc/copy-to-dom0/) + * [Copying from (and to) dom0](/doc/copy-from-dom0/) * [Updating Software in dom0](/doc/software-update-dom0/) * [Updating and Installing Software in VMs](/doc/software-update-vm/) * [Backup, Restoration, and Migration](/doc/backup-restore/)