[documentation] Need to add user configuration
Open
enhancement
- Dominant language
- Shell
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
You have to add the user of the VMs to the qemu group and also configure libvirtd (/etc/libvirt/libvirtd.conf) with the following to prevent access permission issues:
```
unix_sock_group = "tester"
unix_sock_rw_perms = "0770"
unix_sock_dir = "/var/run/libvirt"
auth_unix_ro = "none"
auth_unix_rw = "none"
```
In my case I'm using a group 'tester' and created a 'tester' dir in /home for shared use.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.