12443b7a51
The service running the boot control HAL needs the permissions provided by the boot_control_hal attribute. update_engine and update_verifier still also need these permissions in order to successfully call the new HAL in pass-through mode, but also need permission to call the new service. Bug: 31864052 Test: Built and confirmed no permission denials. Change-Id: I2a6fdd5cf79b9e461d7cc14bd5b7abd6481ed911 Signed-off-by: Connor O'Brien <connoro@google.com>
9 lines
234 B
Text
9 lines
234 B
Text
# boot_control subsystem
|
|
type hal_boot, domain, boot_control_hal;
|
|
type hal_boot_exec, exec_type, file_type;
|
|
|
|
# hwbinder access
|
|
hwbinder_use(hal_boot)
|
|
|
|
# call into system_server process (callbacks)
|
|
binder_call(hal_boot, system_server)
|