1
0
forked from mir/linux-vm-tools

Fixing blacklisting via sudo

This commit is contained in:
Justin Terry (VM) 2018-02-20 09:32:29 -08:00
parent e7b964edc1
commit a62e669547

View File

@ -83,9 +83,12 @@ sudo rmmod vsock
sudo modprobe hv_sock sudo modprobe hv_sock
# Blacklist the vmw module # Blacklist the vmw module
echo "blacklist vmw_vsock_vmci_transport" >> /etc/modprobe.d/blacklist.conf sudo bash -c 'echo "blacklist vmw_vsock_vmci_transport" >> /etc/modprobe.d/blacklist.conf <<EOF
EOF'
#Ensure hv_sock gets loaded #Ensure hv_sock gets loaded
echo "hv_sock" >> /etc/modules sudo bash -c 'echo "hv_sock" >> /etc/modules <<EOF
EOF'
# Configure the policy xrdp session # Configure the policy xrdp session
sudo bash -c 'cat >/etc/polkit-1/localauthority.conf.d/02-allow-colord.conf <<EOF sudo bash -c 'cat >/etc/polkit-1/localauthority.conf.d/02-allow-colord.conf <<EOF