Whitespace fixes in init.

This commit is contained in:
Chris PeBenito 2010-12-15 14:50:28 -05:00
parent 0233fc5126
commit 7a15ba8bae

View File

@ -101,11 +101,11 @@ interface(`init_domain',`
')
domain_type($1)
domain_entry_file($1,$2)
domain_entry_file($1, $2)
role system_r types $1;
domtrans_pattern(init_t,$2,$1)
domtrans_pattern(init_t, $2, $1)
ifdef(`hide_broken_symptoms',`
# RHEL4 systems seem to have a stray
@ -142,7 +142,7 @@ interface(`init_ranged_domain',`
type init_t;
')
init_domain($1,$2)
init_domain($1, $2)
ifdef(`enable_mcs',`
range_transition init_t $2:process $3;
@ -200,23 +200,23 @@ interface(`init_daemon_domain',`
typeattribute $1 daemon;
domain_type($1)
domain_entry_file($1,$2)
domain_entry_file($1, $2)
role system_r types $1;
domtrans_pattern(initrc_t,$2,$1)
domtrans_pattern(initrc_t, $2, $1)
# daemons started from init will
# inherit fds from init for the console
init_dontaudit_use_fds($1)
term_dontaudit_use_console($1)
# init script ptys are the stdin/out/err
# init script ptys are the stdin/out/err
# when using run_init
init_use_script_ptys($1)
ifdef(`direct_sysadm_daemon',`
domtrans_pattern(direct_run_init,$2,$1)
domtrans_pattern(direct_run_init, $2, $1)
allow direct_run_init $1:process { noatsecure siginh rlimitinh };
typeattribute $1 direct_init;
@ -285,7 +285,7 @@ interface(`init_ranged_daemon_domain',`
type initrc_t;
')
init_daemon_domain($1,$2)
init_daemon_domain($1, $2)
ifdef(`enable_mcs',`
range_transition initrc_t $2:process $3;
@ -311,7 +311,7 @@ interface(`init_ranged_daemon_domain',`
## should use the init_daemon_domain() interface instead.
## Typically all short running processes started by an init
## script (usually in /etc/init.d) will need to use this
## interface.
## interface.
## </p>
## <p>
## The types will be made usable as a domain and file, making
@ -340,11 +340,11 @@ interface(`init_system_domain',`
role system_r;
')
application_domain($1,$2)
application_domain($1, $2)
role system_r types $1;
domtrans_pattern(initrc_t,$2,$1)
domtrans_pattern(initrc_t, $2, $1)
ifdef(`hide_broken_symptoms',`
# RHEL4 systems seem to have a stray
@ -403,7 +403,7 @@ interface(`init_ranged_system_domain',`
type initrc_t;
')
init_system_domain($1,$2)
init_system_domain($1, $2)
ifdef(`enable_mcs',`
range_transition initrc_t $2:process $3;
@ -845,7 +845,7 @@ interface(`init_script_file_domtrans',`
')
files_list_etc($1)
domain_auto_trans($1, initrc_exec_t,$2)
domain_auto_trans($1, initrc_exec_t, $2)
')
########################################
@ -1622,7 +1622,7 @@ interface(`init_write_utmp',`
########################################
## <summary>
## Do not audit attempts to lock
## Do not audit attempts to lock
## init script pid files.
## </summary>
## <param name="domain">