search for: mysqld_safe_t

Displaying 2 results from an estimated 2 matches for "mysqld_safe_t".

Did you mean: mysqld_safe
2017 Jan 04
2
Issue with MariaDB-server
...not really CentOS related, but thought I would check if anyone else on this list uses this repository and has also seen a problem ? Using the information at https://wiki.centos.org/HowTos/SELinux I have created a local policy that seems to fix things module marialocal 1.0; require { type mysqld_safe_t; class capability { setuid setgid }; } #============= mysqld_safe_t ============== allow mysqld_safe_t self:capability setgid; allow mysqld_safe_t self:capability setuid; My own research suggests this is reasonably safe, but does anyone see a reason why this shouldn't be used ? It m...
2012 Jun 15
1
Puppet + Passenger SELinux issues
...type var_run_t; type kernel_t; type puppet_var_run_t; type puppet_var_lib_t; type auditd_t; type httpd_t; type rpm_var_lib_t; type postfix_cleanup_t; type postfix_master_t; type inetd_t; type udev_t; type mysqld_safe_t; type postfix_pickup_t; type sshd_t; type crond_t; type getty_t; type postfix_qmgr_t; type ntpd_t; class sock_file { write unlink open }; class capability { sys_resource sys_ptrace }; class process setexec; class dir {...