• sachin's avatar
    MDEV-10767 /tmp/wsrep_recovery.${RANDOM} file created in unallowed SELinux context · bb7a70c9
    sachin authored
    Problem:- To create file in /tmp dir mysqld require permission initrc_tmp_t.
    And mysqld does not have his permission.
    
    Solution:- Instead of giving mysqld permission of initrc_tmp_t , we redirected
    log to file in /tmp dir through shell. I also removed a earlier workarround
    in mysqld_safe.sh , which create tmp log file in datadir.
    bb7a70c9
galera_recovery.sh 3.39 KB