Skip to content

Commit

Permalink
Release the version 1.0.4
Browse files Browse the repository at this point in the history
Unintentional removal of semicolon
  • Loading branch information
ljavorsk committed Mar 19, 2021
1 parent a84c1d3 commit 985b807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql.te
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 985b807

Please sign in to comment.