whitespace fixes for cluster suite patch

This commit is contained in:
Jeremy Solt 2010-05-21 16:40:12 -04:00 committed by Chris PeBenito
parent 21d23c878e
commit 7a8e6a8fba
6 changed files with 7 additions and 7 deletions

View File

@ -60,7 +60,7 @@ interface(`aisexec_read_log',`
######################################
## <summary>
## All of the rules required to administrate
## All of the rules required to administrate
## an aisexec environment
## </summary>
## <param name="domain">

View File

@ -56,7 +56,7 @@ files_var_lib_filetrans(aisexec_t, aisexec_var_lib_t, { file dir sock_file })
manage_files_pattern(aisexec_t, aisexec_var_log_t, aisexec_var_log_t)
manage_sock_files_pattern(aisexec_t, aisexec_var_log_t, aisexec_var_log_t)
logging_log_filetrans(aisexec_t,aisexec_var_log_t,{ sock_file file })
logging_log_filetrans(aisexec_t, aisexec_var_log_t, { sock_file file })
manage_files_pattern(aisexec_t, aisexec_var_run_t, aisexec_var_run_t)
manage_sock_files_pattern(aisexec_t, aisexec_var_run_t, aisexec_var_run_t)

View File

@ -60,7 +60,7 @@ interface(`corosync_stream_connect',`
######################################
## <summary>
## All of the rules required to administrate
## All of the rules required to administrate
## an corosync environment
## </summary>
## <param name="domain">

View File

@ -48,7 +48,7 @@ files_tmp_filetrans(corosync_t, corosync_tmp_t, { file dir })
manage_dirs_pattern(corosync_t, corosync_tmpfs_t, corosync_tmpfs_t)
manage_files_pattern(corosync_t, corosync_tmpfs_t, corosync_tmpfs_t)
fs_tmpfs_filetrans(corosync_t, corosync_tmpfs_t,{ dir file })
fs_tmpfs_filetrans(corosync_t, corosync_tmpfs_t, { dir file })
manage_files_pattern(corosync_t, corosync_var_lib_t, corosync_var_lib_t)
manage_dirs_pattern(corosync_t, corosync_var_lib_t, corosync_var_lib_t)

View File

@ -51,7 +51,7 @@ files_tmp_filetrans(rgmanager_t, rgmanager_tmp_t, { file dir })
manage_dirs_pattern(rgmanager_t, rgmanager_tmpfs_t, rgmanager_tmpfs_t)
manage_files_pattern(rgmanager_t, rgmanager_tmpfs_t, rgmanager_tmpfs_t)
fs_tmpfs_filetrans(rgmanager_t, rgmanager_tmpfs_t,{ dir file })
fs_tmpfs_filetrans(rgmanager_t, rgmanager_tmpfs_t, { dir file })
manage_files_pattern(rgmanager_t, rgmanager_var_log_t, rgmanager_var_log_t)
logging_log_filetrans(rgmanager_t, rgmanager_var_log_t, { file })

View File

@ -51,7 +51,7 @@ template(`rhcs_domain_template',`
manage_fifo_files_pattern($1_t, $1_var_run_t, $1_var_run_t)
manage_sock_files_pattern($1_t, $1_var_run_t, $1_var_run_t)
files_pid_filetrans($1_t, $1_var_run_t, { file fifo_file })
')
######################################
@ -226,7 +226,7 @@ interface(`rhcs_rw_gfs_controld_semaphores',`
#
interface(`rhcs_rw_gfs_controld_shm',`
gen_require(`
type gfs_controld_t, gfs_controld_tmpfs_t;
type gfs_controld_t, gfs_controld_tmpfs_t;
')
allow $1 gfs_controld_t:shm { rw_shm_perms destroy };