1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-07-02 16:17:34 -04:00

Update dom0.sh

This commit is contained in:
Tommy 2022-05-26 01:26:21 -04:00 committed by GitHub
parent e25f67d4b6
commit 82c14e4c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,3 +15,7 @@ echo "export QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment
#Obviously replace vault-gpg with the actual GPG backend that you are using https://www.qubes-os.org/doc/split-gpg/
echo "emails vault-gpg allow" | sudo tee /etc/qubes-rpc/policy/qubes.Gpg
echo "@anyvm @anyvm ask,default_target=vault-gpg" | sudo tee -a /etc/qubes-rpc/policy/qubes.Gpg
#Disabling Passwordless sudo
echo "/usr/bin/echo 1" >/etc/qubes-rpc/qubes.VMAuth
echo "@anyvm dom0 ask,default_target=dom0" > /etc/qubes-rpc/policy/qubes.VMAuth