Replace type and attributes statements by comma delimiters where possible.

This commit is contained in:
Dominick Grift 2010-09-23 14:32:45 +02:00
parent 18f2a72d7f
commit cefe9f9919

View File

@ -7,17 +7,10 @@ policy_module(pyzor, 2.1.0)
ifdef(`distro_redhat',`
gen_require(`
type spamc_t;
type spamc_exec_t;
type spamd_t;
type spamd_initrc_exec_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;
type spamc_t, spamc_exec_t, spamd_t;
type spamd_initrc_exec_t, spamd_exec_t, spamc_tmp_t;
type spamd_log_t, spamd_var_lib_t, spamd_etc_t;
type spamc_tmp_t, spamc_home_t;
')
typealias spamc_t alias pyzor_t;