Browse Source

added admin to libvirt group

Toastie 6 months ago
parent
commit
91822c4e37
1 changed files with 3 additions and 0 deletions
  1. 3 0
      install_kvm.sh

+ 3 - 0
install_kvm.sh

@@ -40,3 +40,6 @@ rm /tmp/isolated-bridge.xml
 
 # List networks
 virsh net-list
+
+# Allow admin to use libvirt
+sudo usermod -a -G libvirt admin