Skip to content

Instantly share code, notes, and snippets.

@ItsMeooooooo
Created November 25, 2017 09:10
Show Gist options
  • Save ItsMeooooooo/db65069d81d7c639dfab3b7c852456b2 to your computer and use it in GitHub Desktop.
Save ItsMeooooooo/db65069d81d7c639dfab3b7c852456b2 to your computer and use it in GitHub Desktop.
virt-manager as a standard user (non-root)
getent group | grep libvirt
usermod -aG libvirt "username"
# uncomment in /etc/libvirt/libvirtd.conf
unix_sock_group = "libvirt"
unix_sock_rw_perms = "0770"
systemctl restart libvirtd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment