Skip to content

Commit 985b807

Browse files
committed
Release the version 1.0.4
Unintentional removal of semicolon
1 parent a84c1d3 commit 985b807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ files_pid_file(mysqlmanagerd_var_run_t)
6868
#
6969

7070
allow mysqld_t self:capability { dac_read_search ipc_lock sys_nice sys_resource net_bind_service };
71-
dontaudit mysqld_t self:capability sys_tty_config
71+
dontaudit mysqld_t self:capability sys_tty_config;
7272
allow mysqld_t self:process { setsched getsched setrlimit signal_perms rlimitinh };
7373
allow mysqld_t self:fifo_file rw_fifo_file_perms;
7474
allow mysqld_t self:shm create_shm_perms;

0 commit comments

Comments
 (0)