[selinux-policy: 2774/3172] Whitespace fixes in RPM.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:06:51 UTC 2010


commit 2d839c6791964cb8f068faad3d5b25d106528261
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Thu Jul 8 10:12:24 2010 -0400

    Whitespace fixes in RPM.

 policy/modules/admin/rpm.if |   90 +++++++++++++++++++++---------------------
 1 files changed, 45 insertions(+), 45 deletions(-)
---
diff --git a/policy/modules/admin/rpm.if b/policy/modules/admin/rpm.if
index 1f49c10..388518b 100644
--- a/policy/modules/admin/rpm.if
+++ b/policy/modules/admin/rpm.if
@@ -245,22 +245,22 @@ interface(`rpm_search_log',`
 
 #####################################
 ## <summary>
-##      Allow the specified domain to append
-##      to rpm log files.
+##	Allow the specified domain to append
+##	to rpm log files.
 ## </summary>
 ## <param name="domain">
-##      <summary>
-##      Domain allowed access.
-##      </summary>
+##	<summary>
+##	Domain allowed access.
+##	</summary>
 ## </param>
 #
 interface(`rpm_append_log',`
-        gen_require(`
-                type rpm_log_t;
-        ')
+	gen_require(`
+		type rpm_log_t;
+	')
 
-        logging_search_logs($1)
-        append_files_pattern($1, rpm_log_t, rpm_log_t)
+	logging_search_logs($1)
+	append_files_pattern($1, rpm_log_t, rpm_log_t)
 ')
 
 ########################################
@@ -322,22 +322,22 @@ interface(`rpm_manage_script_tmp_files',`
 
 #####################################
 ## <summary>
-##      Allow the specified domain to append
-##      to rpm tmp files.
+##	Allow the specified domain to append
+##	to rpm tmp files.
 ## </summary>
 ## <param name="domain">
-##      <summary>
-##      Domain allowed access.
-##      </summary>
+##	<summary>
+##	Domain allowed access.
+##	</summary>
 ## </param>
 #
 interface(`rpm_append_tmp_files',`
-        gen_require(`
-                type rpm_tmp_t;
-        ')
+	gen_require(`
+		type rpm_tmp_t;
+	')
 
-        files_search_tmp($1)
-        append_files_pattern($1, rpm_tmp_t, rpm_tmp_t)
+	files_search_tmp($1)
+	append_files_pattern($1, rpm_tmp_t, rpm_tmp_t)
 ')
 
 ########################################
@@ -482,7 +482,7 @@ interface(`rpm_manage_db',`
 
 ########################################
 ## <summary>
-##	Do not audit attempts to create, read, 
+##	Do not audit attempts to create, read,
 ##	write, and delete the RPM package database.
 ## </summary>
 ## <param name="domain">
@@ -503,56 +503,56 @@ interface(`rpm_dontaudit_manage_db',`
 
 #####################################
 ## <summary>
-##      Read rpm pid files.
+##	Read rpm pid files.
 ## </summary>
 ## <param name="domain">
-##      <summary>
-##      Domain allowed access.
-##      </summary>
+##	<summary>
+##	Domain allowed access.
+##	</summary>
 ## </param>
 #
 interface(`rpm_read_pid_files',`
-        gen_require(`
-                type rpm_var_run_t;
-        ')
+	gen_require(`
+		type rpm_var_run_t;
+	')
 
-	read_files_pattern($1,rpm_var_run_t,rpm_var_run_t)
+	read_files_pattern($1, rpm_var_run_t, rpm_var_run_t)
 	files_search_pids($1)
 ')
 
 #####################################
 ## <summary>
-##      Create, read, write, and delete rpm pid files.
+##	Create, read, write, and delete rpm pid files.
 ## </summary>
 ## <param name="domain">
-##      <summary>
-##      Domain allowed access.
-##      </summary>
+##	<summary>
+##	Domain allowed access.
+##	</summary>
 ## </param>
 #
 interface(`rpm_manage_pid_files',`
-        gen_require(`
-                type rpm_var_run_t;
-        ')
+	gen_require(`
+		type rpm_var_run_t;
+	')
 
-        manage_files_pattern($1,rpm_var_run_t,rpm_var_run_t)
+	manage_files_pattern($1, rpm_var_run_t, rpm_var_run_t)
 	files_search_pids($1)
 ')
 
 ######################################
 ## <summary>
-##      Create files in /var/run with the rpm pid file type.
+##	Create files in /var/run with the rpm pid file type.
 ## </summary>
 ## <param name="domain">
-##      <summary>
-##      Domain allowed access.
-##      </summary>
+##	<summary>
+##	Domain allowed access.
+##	</summary>
 ## </param>
 #
 interface(`rpm_pid_filetrans',`
-        gen_require(`
-                type rpm_var_run_t;
-        ')
+	gen_require(`
+		type rpm_var_run_t;
+	')
 
-        files_pid_filetrans($1, rpm_var_run_t, file)
+	files_pid_filetrans($1, rpm_var_run_t, file)
 ')


More information about the scm-commits mailing list