Created
November 25, 2017 09:10
-
-
Save ItsMeooooooo/db65069d81d7c639dfab3b7c852456b2 to your computer and use it in GitHub Desktop.
virt-manager as a standard user (non-root)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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