Rename init_rc_exec() to init_exec_rc().
This commit is contained in:
parent
9bcb813b57
commit
ca4d39d31c
@ -125,7 +125,7 @@ userdom_use_user_terminals(gcc_config_t)
|
||||
consoletype_exec(gcc_config_t)
|
||||
|
||||
ifdef(`distro_gentoo',`
|
||||
init_rc_exec(gcc_config_t)
|
||||
init_exec_rc(gcc_config_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
|
@ -52,7 +52,7 @@ ifdef(`direct_sysadm_daemon',`
|
||||
')
|
||||
|
||||
ifdef(`distro_gentoo',`
|
||||
init_rc_exec(sysadm_t)
|
||||
init_exec_rc(sysadm_t)
|
||||
')
|
||||
|
||||
ifndef(`enable_mls',`
|
||||
|
@ -474,7 +474,7 @@ interface(`init_exec',`
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`init_rc_exec',`
|
||||
interface(`init_exec_rc',`
|
||||
gen_require(`
|
||||
type rc_exec_t;
|
||||
')
|
||||
|
@ -177,7 +177,7 @@ miscfiles_read_localization(init_t)
|
||||
ifdef(`distro_gentoo',`
|
||||
allow init_t self:process { getcap setcap };
|
||||
|
||||
init_rc_exec(initrc_t)
|
||||
init_exec_rc(initrc_t)
|
||||
')
|
||||
|
||||
ifdef(`distro_redhat',`
|
||||
|
@ -407,7 +407,7 @@ ifndef(`direct_sysadm_daemon',`
|
||||
# Gentoo integrated run_init:
|
||||
init_script_file_entry_type(run_init_t)
|
||||
|
||||
init_rc_exec(run_init_t)
|
||||
init_exec_rc(run_init_t)
|
||||
')
|
||||
')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user