Hello,
I’m trying to use virt-manager with qemu-kvm, and right now, when I try to lunch a VM, SELinux block me with
Failed to connect socket to '/var/run/libvirt/virtlogd-sock': Connection refused
I know it’s SELinux because I get a bunch of denied in /var/log/audit/audit.log
type=AVC msg=audit(1543258736.913:297): avc: denied { search } for pid=1981 comm="virtlogd" name="libvirt" dev="dm-0" ino=807590889 scontext=system_u:system_r:virtlogd_t:s0-s0:c0.c1023 tcontext=system_u:object_r:virt_etc_rw_t:s0 tclass=dir permissive=0
Is there something I need to do in order to make it work?
The same .qcow2 image launched just fine without SELinux with NixOS.