SELinux blocks dbus-broker on fresh minimal install

Hi,

I just installed Fedora 37 using the netinstall image and the minimal install option. When I booted it up, there was an error message that dbus-broker.service wouldn’t start. After some research, I found this post which led me to discover that SELinux was the culprit. Putting SELinux in permissive mode allowed dbus-broker to run. I was wondering why this was happening, and how I can fix it so I can use SELinux on my system.

The error message outputted by dbus-broker.service when SELinux is in enforcing mode is:

Subject: Unit process exited
Defined-By: systemd
Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
Nov 23 08:46:19 fedora dbus-broker-launch[1275]: ERROR run @ ../src/launch/main.c +152: Return code 1
Nov 23 08:46:19 fedora dbus-broker-launch[1275]:       main @ ../src/launch/main.c +178
Nov 23 08:46:19 fedora dbus-broker-launch[1275]: Exiting due to fatal error: -131
Nov 23 08:46:19 fedora systemd[1]: dbus-broker.service: Main process exited, code=exited, status=1/FAILURE

Thanks in advance,
metal-elephant