diff --git a/policy/modules/services/mysql.if b/policy/modules/services/mysql.if index fc2b4d276..a8f362122 100644 --- a/policy/modules/services/mysql.if +++ b/policy/modules/services/mysql.if @@ -2,42 +2,40 @@ ###################################### ## -## Execute MySQL in the mysql domain. +## Execute MySQL in the mysql domain. ## ## -## -## Domain allowed access. -## +## +## Domain allowed access. +## ## # interface(`mysql_domtrans',` - gen_require(` - type mysqld_t, mysqld_exec_t; - ') - - domtrans_pattern($1,mysqld_exec_t,mysqld_t) + gen_require(` + type mysqld_t, mysqld_exec_t; + ') + domtrans_pattern($1, mysqld_exec_t, mysqld_t) ') ###################################### ## -## Execute MySQL server in the mysql domain. +## Execute MySQL server in the mysql domain. ## ## -## -## Domain allowed access. -## +## +## Domain allowed access. +## ## # interface(`mysql_domtrans_mysql_safe',` - gen_require(` - type mysqld_safe_t, mysqld_safe_exec_t; - ') + gen_require(` + type mysqld_safe_t, mysqld_safe_exec_t; + ') - domtrans_pattern($1,mysqld_safe_exec_t, mysqld_safe_t) + domtrans_pattern($1, mysqld_safe_exec_t, mysqld_safe_t) ') - ######################################## ## ## Send a generic signal to MySQL.