Can you do:
sudo fixfiles onboot
And then reboot, this may take a bit depending on your machine.
This is going to go through and relabel everything the to the defaults.
After rebooting can you check.
journalctl -b -g AVC
You’re looking for something similar to the below.
Dec 24 20:23:41 sawinjer-machine audit[813]: AVC avc: denied { watch } for pid=813 comm=“systemd-resolve” path=“/” dev=“nvme0n1p3” ino=256 scontext=system_u:system_r:systemd_resolved_t:s0 tcontext=system_u:object_r:usr_t:s0 tclass=dir permissive=0
If there are no entries, put SELINUX back to enforcing and see if everything works.
Thanks