Merge branch 'unman-patch-8'

Escape `$anyvm` variable when creating qubes.VMAuth policy
This commit is contained in:
Andrew David Wong 2016-11-18 23:46:59 -08:00
commit 142f3a0b8d
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -105,7 +105,7 @@ this for extra security.**
1. Adding Dom0 "VMAuth" service:
[root@dom0 /]# echo -n "/usr/bin/echo 1" >/etc/qubes-rpc/qubes.VMAuth
[root@dom0 /]# echo -n "$anyvm dom0 ask" >/etc/qubes-rpc/policy/qubes.VMAuth
[root@dom0 /]# echo -n "\$anyvm dom0 ask" >/etc/qubes-rpc/policy/qubes.VMAuth
(Note: any VMs you would like still to have password-less root access (e.g. TemplateVMs) can be specified in the second file with "\<vmname\> dom0 allow")