Replace type and attributes statements by comma delimiters where possible.
This commit is contained in:
parent
730ec51878
commit
54590acde7
@ -8,14 +8,9 @@ policy_module(razor, 2.1.1)
|
||||
ifdef(`distro_redhat',`
|
||||
|
||||
gen_require(`
|
||||
type spamc_t;
|
||||
type spamc_exec_t;
|
||||
type spamd_log_t;
|
||||
type spamd_spool_t;
|
||||
type spamd_var_lib_t;
|
||||
type spamd_etc_t;
|
||||
type spamc_home_t;
|
||||
type spamc_tmp_t;
|
||||
type spamc_t, spamc_exec_t, spamd_log_t;
|
||||
type spamd_spool_t, spamd_var_lib_t, spamd_etc_t;
|
||||
type spamc_home_t, spamc_tmp_t;
|
||||
')
|
||||
|
||||
typealias spamc_t alias razor_t;
|
||||
|
Loading…
Reference in New Issue
Block a user