Style changes
This commit is contained in:
parent
4b121a5f53
commit
f49fc19e5a
@ -327,7 +327,7 @@ interface(`nis_initrc_domtrans',`
|
|||||||
## </summary>
|
## </summary>
|
||||||
## </param>
|
## </param>
|
||||||
#
|
#
|
||||||
interface(`nis_ypbind_initrc_domtrans',`
|
interface(`nis_initrc_domtrans_ypbind',`
|
||||||
gen_require(`
|
gen_require(`
|
||||||
type ypbind_initrc_exec_t;
|
type ypbind_initrc_exec_t;
|
||||||
')
|
')
|
||||||
@ -373,7 +373,7 @@ interface(`nis_admin',`
|
|||||||
ps_process_pattern($1, ypxfr_t)
|
ps_process_pattern($1, ypxfr_t)
|
||||||
|
|
||||||
nis_initrc_domtrans($1)
|
nis_initrc_domtrans($1)
|
||||||
nis_ypbind_initrc_domtrans($1)
|
nis_initrc_domtrans_ypbind($1)
|
||||||
domain_system_change_exemption($1)
|
domain_system_change_exemption($1)
|
||||||
role_transition $2 nis_initrc_exec_t system_r;
|
role_transition $2 nis_initrc_exec_t system_r;
|
||||||
role_transition $2 ypbind_initrc_exec_t system_r;
|
role_transition $2 ypbind_initrc_exec_t system_r;
|
||||||
|
@ -6,6 +6,9 @@ policy_module(nis, 1.9.0)
|
|||||||
# Declarations
|
# Declarations
|
||||||
#
|
#
|
||||||
|
|
||||||
|
type nis_initrc_exec_t;
|
||||||
|
init_script_file(nis_initrc_exec_t)
|
||||||
|
|
||||||
type var_yp_t;
|
type var_yp_t;
|
||||||
files_type(var_yp_t)
|
files_type(var_yp_t)
|
||||||
|
|
||||||
@ -50,9 +53,6 @@ init_daemon_domain(ypxfr_t, ypxfr_exec_t)
|
|||||||
type ypxfr_var_run_t;
|
type ypxfr_var_run_t;
|
||||||
files_pid_file(ypxfr_var_run_t)
|
files_pid_file(ypxfr_var_run_t)
|
||||||
|
|
||||||
type nis_initrc_exec_t;
|
|
||||||
init_script_file(nis_initrc_exec_t)
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# ypbind local policy
|
# ypbind local policy
|
||||||
|
Loading…
Reference in New Issue
Block a user