libvirt.md: `no polkit agent available to authenticate action \'org.libvirt.unix.manage\'
This commit is contained in:
parent
3108805fbb
commit
5d412184a8
@ -11,3 +11,11 @@ title: libvirt notes
|
||||
```bash
|
||||
# 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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user