Last active
March 9, 2019 16:09
-
-
Save s1carii/86f1da0d97d5f2a090afc2120576c183 to your computer and use it in GitHub Desktop.
Steps for user libvirt access
This file contains hidden or 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
# New users will not have access to virt-manager without being added to the libvirt group | |
sudo usermod -aG [username] libvirt | |
# Set the env for the user to kill the error | |
export LC_ALL=C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment