Replace some type statements by comma delimiters.

Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
Dominick Grift 2010-09-15 11:08:39 +02:00
parent 47cf98ddd5
commit cf152b4953

View File

@ -77,7 +77,7 @@ interface(`dhcpd_initrc_domtrans',`
#
interface(`dhcpd_admin',`
gen_require(`
type dhcpd_t; type dhcpd_tmp_t; type dhcpd_state_t;
type dhcpd_t, dhcpd_tmp_t, dhcpd_state_t;
type dhcpd_var_run_t, dhcpd_initrc_exec_t;
')