SELinux issue when running dnf with run0

I noticed that while messing around with run0, that there is an SELinux permissions issue when trying to install packages with dnf. Examples:

run0 dnf install vim
run0 dnf5 install vim

It doesn’t matter what the package is or if I use dnf, or dnf5 as the command (I know that dnf is just a symlink to dnf5). Shortly after the command fails, I get a notification from SELinux Troubleshooter saying that there was a problem. When I was messing around with run0 back in November/December of last year, this wasn’t an issue, but I’m not sure exactly when this stopped working. I’ve tried running

sudo fixfiles -B onboot

and then restarting and letting it relabel everything, but that hasn’t fixed the issue. Here’s a link to the details from SELinux Troubleshooter for reference. I’m not very familiar with SELinux so any help is appreciated :smiley: