Replace some type statements by comma delimiters.
Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
parent
47cf98ddd5
commit
cf152b4953
@ -77,7 +77,7 @@ interface(`dhcpd_initrc_domtrans',`
|
|||||||
#
|
#
|
||||||
interface(`dhcpd_admin',`
|
interface(`dhcpd_admin',`
|
||||||
gen_require(`
|
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;
|
type dhcpd_var_run_t, dhcpd_initrc_exec_t;
|
||||||
')
|
')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user