Correct typo in vm-sudo.md

This commit is contained in:
unman 2016-11-15 20:55:29 +00:00 committed by GitHub
parent 732ba9334c
commit ccbb26f5cc

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")