qemu/Kvm permission denied selinux related Fedora 36

,

Hello Ask Fedora,

I have a windows .img file created and used with virt-manager with no issues on a previous distro. When I installed fedora 36 and installed virt-manager and loaded the image I get this error :

Error starting domain: internal error: process exited while connecting to monitor: 2022-11-02T16:40:58.956790Z qemu-system-x86_64: -blockdev {"driver":"file","filename":"/media/veracrypt1/VMS/Windows10pro-kvm/win10.img","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}: Could not open '/media/veracrypt1/VMS/Windows10pro-kvm/win10.img': Permission denied

The image is located on a veracrypt encrypted NTFS disk:

And this is the output of : ls -lZ /media/veracrypt1/VMS/Windows10pro-kvm/win10.img

-rwx------. 1 mj mj system_u:object_r:fusefs_t:s0 53687091200 Nov  2 16:03 /media/veracrypt1/VMS/Windows10pro-kvm/win10.img

Why I know it’s SELinux related is : when setting setenforce 0 (getenforce=Enforcing) the machine launches with no problem.