platform_system_sepolicy/public/hal_boot.te
Steven Moreland a25192262b haldomain: add hwbinder_use
All hals need to use hwbinder.

Test: no additional denials
Bug: 34180936
Change-Id: Ie92cdbd79fc75062c4afa4cda53cb57ccde7e370
2017-01-18 09:47:50 -08:00

8 lines
219 B
Text

# boot_control subsystem
type hal_boot, domain, boot_control_hal;
hal_impl_domain(hal_boot)
type hal_boot_exec, exec_type, file_type;
# call into system_server process (callbacks)
binder_call(hal_boot, system_server)