Whitespace cleanup.
This commit is contained in:
parent
0f982dada2
commit
dccbb80cb0
@ -36,7 +36,6 @@ interface(`lvm_exec',`
|
||||
|
||||
corecmd_search_sbin($1)
|
||||
can_exec($1, lvm_exec_t)
|
||||
|
||||
')
|
||||
|
||||
########################################
|
||||
@ -122,5 +121,5 @@ interface(`lvm_domtrans_clvmd',`
|
||||
')
|
||||
|
||||
corecmd_search_bin($1)
|
||||
domtrans_pattern($1,clvmd_exec_t,clvmd_t)
|
||||
domtrans_pattern($1, clvmd_exec_t, clvmd_t)
|
||||
')
|
||||
|
@ -196,12 +196,12 @@ files_lock_filetrans(lvm_t, lvm_lock_t, file)
|
||||
|
||||
manage_dirs_pattern(lvm_t, lvm_var_lib_t, lvm_var_lib_t)
|
||||
manage_files_pattern(lvm_t, lvm_var_lib_t, lvm_var_lib_t)
|
||||
files_var_lib_filetrans(lvm_t, lvm_var_lib_t,{ dir file })
|
||||
files_var_lib_filetrans(lvm_t, lvm_var_lib_t, { dir file })
|
||||
|
||||
manage_dirs_pattern(lvm_t, lvm_var_run_t, lvm_var_run_t)
|
||||
manage_files_pattern(lvm_t, lvm_var_run_t, lvm_var_run_t)
|
||||
manage_sock_files_pattern(lvm_t, lvm_var_run_t, lvm_var_run_t)
|
||||
files_pid_filetrans(lvm_t, lvm_var_run_t,{ file sock_file })
|
||||
files_pid_filetrans(lvm_t, lvm_var_run_t, { file sock_file })
|
||||
|
||||
read_files_pattern(lvm_t, lvm_etc_t, lvm_etc_t)
|
||||
read_lnk_files_pattern(lvm_t, lvm_etc_t, lvm_etc_t)
|
||||
|
@ -416,8 +416,8 @@ interface(`miscfiles_read_public_files',`
|
||||
')
|
||||
|
||||
allow $1 { public_content_t public_content_rw_t }:dir list_dir_perms;
|
||||
read_files_pattern($1,{ public_content_t public_content_rw_t },{ public_content_t public_content_rw_t })
|
||||
read_lnk_files_pattern($1,{ public_content_t public_content_rw_t },{ public_content_t public_content_rw_t })
|
||||
read_files_pattern($1, { public_content_t public_content_rw_t }, { public_content_t public_content_rw_t })
|
||||
read_lnk_files_pattern($1, { public_content_t public_content_rw_t }, { public_content_t public_content_rw_t })
|
||||
')
|
||||
|
||||
########################################
|
||||
|
Loading…
Reference in New Issue
Block a user