From e172614b5741b0ac60b48f4113eba44eb1d00e95 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mar 12 2010 13:55:34 +0000 Subject: Whitespace cleanup on mysql.if. --- diff --git a/policy/modules/services/mysql.if b/policy/modules/services/mysql.if index fc2b4d2..a8f3621 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.