From ce82303c16420343c05c5185b1b7855e07cb129e Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Fri, 28 Oct 2011 00:19:29 +0200 Subject: [PATCH] dom0/qrexec: add missing space --- qrexec/qrexec_policy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrexec/qrexec_policy b/qrexec/qrexec_policy index 8400af2b..7d418c8d 100755 --- a/qrexec/qrexec_policy +++ b/qrexec/qrexec_policy @@ -121,7 +121,7 @@ def add_always_allow(domain, target, exec_index, options): def policy_editor(domain, target, exec_index): text = "Policy editor not yet implemented. Please add a line in the form \"" - text+= domain + " " + target + "action_to_take\"" + text+= domain + " " + target + " action_to_take\"" text+= " to /etc/qubes_rpc/policy/" + exec_index +" file in dom0, then close this info." subprocess.call(["/usr/bin/zenity", "--info", "--text", text])