Replace type and attributes statements by comma delimiters where possible.
This commit is contained in:
parent
18f2a72d7f
commit
cefe9f9919
@ -7,17 +7,10 @@ policy_module(pyzor, 2.1.0)
|
|||||||
|
|
||||||
ifdef(`distro_redhat',`
|
ifdef(`distro_redhat',`
|
||||||
gen_require(`
|
gen_require(`
|
||||||
type spamc_t;
|
type spamc_t, spamc_exec_t, spamd_t;
|
||||||
type spamc_exec_t;
|
type spamd_initrc_exec_t, spamd_exec_t, spamc_tmp_t;
|
||||||
type spamd_t;
|
type spamd_log_t, spamd_var_lib_t, spamd_etc_t;
|
||||||
type spamd_initrc_exec_t;
|
type spamc_tmp_t, spamc_home_t;
|
||||||
type spamd_exec_t;
|
|
||||||
type spamc_tmp_t;
|
|
||||||
type spamd_log_t;
|
|
||||||
type spamd_var_lib_t;
|
|
||||||
type spamd_etc_t;
|
|
||||||
type spamc_tmp_t;
|
|
||||||
type spamc_home_t;
|
|
||||||
')
|
')
|
||||||
|
|
||||||
typealias spamc_t alias pyzor_t;
|
typealias spamc_t alias pyzor_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user