Merge branch 'tommytran732-VMAuth'

This commit is contained in:
Andrew David Wong 2022-05-30 15:32:41 -07:00
commit 3443412c32
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -115,6 +115,7 @@ Do not rely on this for extra security.**
[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
[root@dom0 /]# chmod +x /etc/qubes-rpc/qubes.VMAuth
```
(Note: any VMs you would like still to have passwordless root access (e.g. Templates) can be specified in the second file with "\<vmname\> dom0 allow")