[selinux-policy: 2507/3172] Whitespace cleanup on mysql.if.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:42:52 UTC 2010


commit e172614b5741b0ac60b48f4113eba44eb1d00e95
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Mar 12 08:55:34 2010 -0500

    Whitespace cleanup on mysql.if.

 policy/modules/services/mysql.if |   34 ++++++++++++++++------------------
 1 files changed, 16 insertions(+), 18 deletions(-)
---
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 @@
 
 ######################################
 ## <summary>
-##      Execute MySQL in the mysql domain.
+##	Execute MySQL in the mysql domain.
 ## </summary>
 ## <param name="domain">
-##      <summary>
-##      Domain allowed access.
-##      </summary>
+##	<summary>
+##	Domain allowed access.
+##	</summary>
 ## </param>
 #
 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)
 ')
 
 ######################################
 ## <summary>
-##      Execute MySQL server in the mysql domain.
+##	Execute MySQL server in the mysql domain.
 ## </summary>
 ## <param name="domain">
-##      <summary>
-##      Domain allowed access.
-##      </summary>
+##	<summary>
+##	Domain allowed access.
+##	</summary>
 ## </param>
 #
 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)
 ')
 
-
 ########################################
 ## <summary>
 ##	Send a generic signal to MySQL.


More information about the scm-commits mailing list