When a MariaDB plug-in was added to the server.cnf or my.cnf files and the user was created to authenticate using Pluggable Authentication Module (PAM) in the mysqld service, the plug-in could not be loaded. To fix this bug, SELinux policy rules have been updated, and the plug-in is now loaded successfully.
commit 753cdf44488688e438a2c191ef2253b186f59d93
Author: Miroslav Grepl <mgrepl>
Date: Wed Apr 1 10:34:28 2015 +0200
Allow mysqld_t to use pam.It is needed by MariDB if auth_apm.so auth plugin is used.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://rhn.redhat.com/errata/RHBA-2015-2300.html
commit 753cdf44488688e438a2c191ef2253b186f59d93 Author: Miroslav Grepl <mgrepl> Date: Wed Apr 1 10:34:28 2015 +0200 Allow mysqld_t to use pam.It is needed by MariDB if auth_apm.so auth plugin is used.