Won't Do
Details
Assignee
UnassignedUnassignedReporter
Ville OjamoVille OjamoAffects versions
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Ville Ojamo
Ville OjamoAffects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created April 4, 2019 at 4:59 AM
Updated March 4, 2025 at 9:28 PM
Resolved March 4, 2025 at 9:28 PM
Percona XtraDB Cluster 5.7 has an SELinux AVC denial during cluster node startup for "setpgid" on target context mysqld_t.
This issue is even documented in your own Percona Blog at:
https://www.percona.com/blog/2018/06/21/enforcing-selinux-with-percona-xtradb-cluster/
It is fixed with:
allow mysqld_t self:process { setpgid };
Additionally, https://perconadev.atlassian.net/browse/PS-4813#icft=PS-4813 is not fixed on Percona XtraDB Cluster 5.7 and should probably be ported?