diff --git a/mysql.te b/mysql.te index e1e87d5..13e14d7 100644 --- a/mysql.te +++ b/mysql.te @@ -68,7 +68,7 @@ files_pid_file(mysqlmanagerd_var_run_t) # allow mysqld_t self:capability { dac_read_search ipc_lock sys_nice sys_resource net_bind_service }; -dontaudit mysqld_t self:capability sys_tty_config +dontaudit mysqld_t self:capability sys_tty_config; allow mysqld_t self:process { setsched getsched setrlimit signal_perms rlimitinh }; allow mysqld_t self:fifo_file rw_fifo_file_perms; allow mysqld_t self:shm create_shm_perms;