Start libvirt VM as unprivileged user
Quick post for starting a VM inside libvirt as a non-root user. Also contains some useful snippets. I want to start an alpine virt iso (from here) inside kvm through libvirt. But I am sick to run all my virsh commands prefixed with sudo. DISCLAIMER: This will contain some of my conclusions with my partial understanding of those tools. I am quite sure that all of this can be improved, but I don’t have time to invest on this for the moment. Read More...