Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.14, 10.1(EOL)
-
None
-
linux with SELINUX=enforcing
Description
When using default settings cracklib tries to read the password database from /usr/share/cracklib/. When using the standard SELINUX profile mysqdl doesn't have access to that directory though.
Workarounds:
- add additional access rules:
semanage fcontext -a -t mysqld_etc_t "/usr/share/cracklib(/.*)?"
restorecon -Rv /usr/share/cracklib
- or copy cracklib dictionary to mysqld datadir and set cracklib_password_check_dictionary accordingly
Attachments
Issue Links
- relates to
-
MDEV-18374 SELinux breaks cracklib_password_check plugin
- Closed