diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-01-10 18:31:03 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-01-11 11:55:11 +0100 |
commit | c1a23cd4e5f96c51064f9569bfa4f87d76d53fb6 (patch) | |
tree | 4bbe0c8822800609c33b410030bbef6db15646d3 /.gitignore | |
parent | 6ad3dd6054b34afea1f1f13dfd925dc7e73f3b16 (diff) | |
download | mariadb-git-c1a23cd4e5f96c51064f9569bfa4f87d76d53fb6.tar.gz |
MDEV-11676 Starting service with mysqld_safe_helper fails in SELINUX "enforcing" mode
compile, and install selinux policy for mysqld_safe_helper on centos6.
the policy was created as described in https://mariadb.com/kb/en/mariadb/what-to-do-if-mariadb-doesnt-start/#other-selinux-changes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8b6e416ec45..4d96bfe65a3 100644 --- a/.gitignore +++ b/.gitignore @@ -221,6 +221,7 @@ support-files/mysql.spec support-files/mysqld_multi.server support-files/wsrep.cnf support-files/wsrep_notify +support-files/SELinux/centos6-mariadb.pp tags tests/async_queries tests/bug25714 |