Hello.
When I upgraded to snapshot 20250515-0 I was unable to start the mariadb.service as it was blocked by the upgraded selinux-policy
and/or selinux_policy-targeted
.
To save users with the same issue some time, this may be of some use:
Firstly I set selinux
to “Permissive” mode. Started the database server and logged in. Secondly I reset it to “Enforcing” and it now works. I rebooted to make sure.
Commands:
Set to “Permissive”: setenforce 0
Set back to “Enforcing”: setenforce 1
I hope this helps those affected.