From 7ce89cf1da4e82ceb0f913aa01f436595c50a4f5 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Wed, 27 Sep 2017 15:05:49 +0200 Subject: [PATCH] set Qubes policy to allow by default for USB Input --- common-tasks/usb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-tasks/usb.md b/common-tasks/usb.md index dfddc3ed..de308de1 100644 --- a/common-tasks/usb.md +++ b/common-tasks/usb.md @@ -165,7 +165,7 @@ Edit the `qubes.InputKeyboard` policy file in dom0, which is located here: Add a line like this one to the top of the file: - sys-usb dom0 ask,user=root + sys-usb dom0 allow,user=root (Change `sys-usb` to your desired USB qube.) @@ -183,7 +183,7 @@ Edit the `qubes.InputMouse` policy file in dom0, which is located here: Add a line like this to the op of the file: - sys-usb dom0 ask,user=root + sys-usb dom0 allow,user=root (Change `sys-usb` to your desired USB qube.)