To enable access to libvirtd without sudo:
- Create a group for privileged users, I called mine
libvirt
and add your users to it. - Create a new file in
/etc/polkit-1/rules.d/
i called mine50-libvirt-group.rules
- Add the following function:
1 2 3 4 5 6 |
|