Merge d1d57b29bd9aa2912e63ec7121cae2ee8b539cac into b85fac02828c0b732723e441a4344942fa55b3b8

This commit is contained in:
xyhhx 2024-10-24 21:26:35 -04:00 committed by GitHub
commit 23f2af853c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,8 +66,9 @@ Next.... Enable auth prompts in dom0 with the following commands:
[user@dom0 ~]$ sudo su -
[root@dom0 /]# echo "/usr/bin/echo 1" >/etc/qubes-rpc/qubes.VMAuth
[root@dom0 /]# chmod +x /etc/qubes-rpc/qubes.VMAuth
[root@dom0 /]# echo "@anyvm dom0 ask,default_target=dom0" \
>/etc/qubes-rpc/policy/qubes.VMAuth
[root@dom0 /]# echo "qubes.VMAuth * @anyvm dom0 ask,default_target=dom0" \
>> /etc/qubes/policy.d/10-user.policy
Optionally replacing 10-user.policy with any other policy file of your choice.
'
fi