platform_system_sepolicy/vendor/hal_health_default.te

11 lines
383 B
Text
Raw Normal View History

# health info abstraction
type hal_health_default, domain;
hal_server_domain(hal_health_default, hal_health)
type hal_health_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_health_default)
# When executing the service in offline-charging mode,
# allow to transition to charger_vendor domain.
domain_trans(init, hal_health_default_exec, charger_vendor)