Remove -n from echo

This commit is contained in:
Christopher Laprise 2018-01-11 16:57:38 -05:00
parent ca170fd8ee
commit d63cc59595
No known key found for this signature in database
GPG Key ID: 448568C8B281C952

View File

@ -104,8 +104,8 @@ 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,default_target=dom0" \
[root@dom0 /]# echo "/usr/bin/echo 1" >/etc/qubes-rpc/qubes.VMAuth
[root@dom0 /]# echo "\$anyvm dom0 ask,default_target=dom0" \
>/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")