From 2d839c6791964cb8f068faad3d5b25d106528261 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Jul 08 2010 14:12:24 +0000 Subject: Whitespace fixes in RPM. --- 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',` ##################################### ## -## Allow the specified domain to append -## to rpm log files. +## Allow the specified domain to append +## to rpm log files. ## ## -## -## Domain allowed access. -## +## +## Domain allowed access. +## ## # 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',` ##################################### ## -## Allow the specified domain to append -## to rpm tmp files. +## Allow the specified domain to append +## to rpm tmp files. ## ## -## -## Domain allowed access. -## +## +## Domain allowed access. +## ## # 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',` ######################################## ## -## Do not audit attempts to create, read, +## Do not audit attempts to create, read, ## write, and delete the RPM package database. ## ## @@ -503,56 +503,56 @@ interface(`rpm_dontaudit_manage_db',` ##################################### ## -## Read rpm pid files. +## Read rpm pid files. ## ## -## -## Domain allowed access. -## +## +## Domain allowed access. +## ## # 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) ') ##################################### ## -## Create, read, write, and delete rpm pid files. +## Create, read, write, and delete rpm pid files. ## ## -## -## Domain allowed access. -## +## +## Domain allowed access. +## ## # 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) ') ###################################### ## -## Create files in /var/run with the rpm pid file type. +## Create files in /var/run with the rpm pid file type. ## ## -## -## Domain allowed access. -## +## +## Domain allowed access. +## ## # 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) ')