Whitespace, newline and tab fixes.
Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes.
This commit is contained in:
parent
61f4064286
commit
8e3f53a057
@ -5,9 +5,9 @@
|
||||
## Execute a domain transition to run aiccu.
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## <summary>
|
||||
## Domain allowed to transition.
|
||||
## </summary>
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`aiccu_domtrans',`
|
||||
@ -19,7 +19,6 @@ interface(`aiccu_domtrans',`
|
||||
corecmd_search_bin($1)
|
||||
')
|
||||
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Execute aiccu server in the aiccu domain.
|
||||
@ -78,7 +77,6 @@ interface(`aiccu_manage_var_run',`
|
||||
files_search_pids($1)
|
||||
')
|
||||
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## All of the rules required to administrate
|
||||
|
@ -390,7 +390,7 @@ interface(`postfix_domtrans_master',`
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`postfix_initrc_domtrans', `
|
||||
interface(`postfix_initrc_domtrans',`
|
||||
gen_require(`
|
||||
type postfix_initrc_exec_t;
|
||||
')
|
||||
@ -724,7 +724,7 @@ interface(`postfix_admin',`
|
||||
admin_pattern($1, postfix_etc_t)
|
||||
|
||||
files_list_spool($1)
|
||||
admin_pattern($1,postfix_spool_type)
|
||||
admin_pattern($1, postfix_spool_type)
|
||||
|
||||
admin_pattern($1, postfix_var_run_t)
|
||||
|
||||
|
@ -329,7 +329,7 @@ interface(`sendmail_run_unconfined',`
|
||||
#
|
||||
interface(`sendmail_admin',`
|
||||
gen_require(`
|
||||
type sendmail_t, sendmail_initrc_exec_t, sendmail_log_t;
|
||||
type sendmail_t, sendmail_initrc_exec_t, sendmail_log_t;
|
||||
type sendmail_tmp_t, sendmail_var_run_t, unconfined_sendmail_t;
|
||||
type mail_spool_t;
|
||||
')
|
||||
|
Loading…
Reference in New Issue
Block a user