libvirt.md: `no polkit agent available to authenticate action \'org.libvirt.unix.manage\'

This commit is contained in:
Akbar Rahman 2021-07-06 16:28:32 +01:00
parent 3108805fbb
commit 5d412184a8
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -11,3 +11,11 @@ title: libvirt notes
```bash ```bash
# virsh net-start default # virsh net-start default
``` ```
## `no polkit agent available to authenticate action 'org.libvirt.unix.manage'`
add user to `libvirt` group
```bash
usermod -a -G libvirt user
```