Add transition on gentoo init_t to openrc
Commit "init: replace call to init_domtrans_script"
(be231899f5
in upstream repo)
removed the call to init_domtrans_script which removed the openrc
domtrans. This adds it back directly in the distro_gentoo block.
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
parent
b1927e9f39
commit
c9880f52d5
@ -120,6 +120,7 @@ init_unit_file(systemd_unit_t)
|
||||
ifdef(`distro_gentoo',`
|
||||
type rc_exec_t;
|
||||
domain_entry_file(initrc_t, rc_exec_t)
|
||||
domtrans_pattern(init_t, rc_exec_t, initrc_t)
|
||||
')
|
||||
|
||||
ifdef(`enable_mls',`
|
||||
|
Loading…
Reference in New Issue
Block a user