mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-05 08:15:13 -04:00
Add policy parameter for R4.0
This commit is contained in:
parent
14dab25f52
commit
ca170fd8ee
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ this for extra security.**
|
||||||
1. Adding Dom0 "VMAuth" service:
|
1. Adding Dom0 "VMAuth" service:
|
||||||
|
|
||||||
[root@dom0 /]# echo -n "/usr/bin/echo 1" >/etc/qubes-rpc/qubes.VMAuth
|
[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,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")
|
(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")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue