New comment by noarchwastaken on void-packages repository https://github.com/void-linux/void-packages/issues/31904#issuecomment-884672975 Comment: Some more info on the bug: A workaround is to delete `/etc/apparmor.d/libvirt`, which makes everything work again. This directory doesn't exist in `libvirt-7.4.0_1`. With the directory there, every time I try to create a VM, apparmor denies this: ``` 2021-07-22T05:50:57.18772 kern.notice: [ 697.561573] audit: type=1400 audit(1626933057.186:725): apparmor="DENIED" operation="exec" profile="virt-aa-helper" name="/usr/b in/apparmor_parser" pid=4069 comm="virt-aa-helper" requested_mask="x" denied_mask="x" fsuid=0 ouid=0 ``` And that's why I'm able to create and run new VMs with `usr.lib.libvirt.virt-aa-helper` set to complain mode.