New issue by noarchwastaken on void-packages repository https://github.com/void-linux/void-packages/issues/31904 Description: ### System * xuname: Void 5.12.14_1 x86_64 GenuineIntel uptodate rFFFFFFFFFF * package: libvirt-7.5.0_1 Was working fine in libvirt-7.4.0_1 ### Expected behavior `virsh start ` should start the corresponding virtual machine. ### Actual behavior ``` $ doas virsh start voidlinux error: Failed to start domain 'voidlinux' error: internal error: cannot load AppArmor profile 'libvirt-aa58ea57-f6d7-48b1-b727-de97f4c508af' ``` ### Steps to reproduce the behavior 1. Enable AppArmor 2. Create a VM using libvirt<=7.4.0_1 3. Update libvirt to 7.5.0_1, reboot to reload apparmor profiles 4. Try to launch the VM again