init: the gdomap and minissdpd init scripts read the respective environ files in /etc/default. We need to give them a private type so that we can give the gdomap_admin() and minissdpd_admin() access to it, but it seems overengineering to create private environ types for these files
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
This commit is contained in:
parent
f4a4074d33
commit
39f77972ab
|
@ -453,6 +453,14 @@ ifdef(`distro_debian',`
|
|||
optional_policy(`
|
||||
exim_manage_var_lib_files(initrc_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
gdomap_read_config(initrc_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
minissdpd_read_config(initrc_t)
|
||||
')
|
||||
')
|
||||
|
||||
ifdef(`distro_gentoo',`
|
||||
|
|
Loading…
Reference in New Issue