fix dbus type transition conflict.
switch dbus ranged calls from daemon domain to system domain. This works around a type transition conflict. It is also why the non-ranged init_system_domain() is used instead of init_daemon_domain().
This commit is contained in:
parent
41ea887598
commit
423a4a3a2c
|
@ -39,11 +39,11 @@ type system_dbusd_var_run_t;
|
|||
files_pid_file(system_dbusd_var_run_t)
|
||||
|
||||
ifdef(`enable_mcs',`
|
||||
init_ranged_daemon_domain(system_dbusd_t, dbusd_exec_t, s0 - mcs_systemhigh)
|
||||
init_ranged_system_domain(system_dbusd_t, dbusd_exec_t, s0 - mcs_systemhigh)
|
||||
')
|
||||
|
||||
ifdef(`enable_mls',`
|
||||
init_ranged_daemon_domain(system_dbusd_t, dbusd_exec_t, s0 - mls_systemhigh)
|
||||
init_ranged_system_domain(system_dbusd_t, dbusd_exec_t, s0 - mls_systemhigh)
|
||||
')
|
||||
|
||||
##############################
|
||||
|
|
Loading…
Reference in New Issue