Last active
October 18, 2016 08:56
-
-
Save matrixik/8b66bc6573f2ffc1591618a79566e4ad to your computer and use it in GitHub Desktop.
Add SELinux rule for /var/run/mariadb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yum install -y policycoreutils-python | |
| semanage fcontext -a -t mysqld_db_t "/var/run/mariadb(/.*)?" && restorecon -Rv "/var/run/mariadb" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment