Merge "Allow sensor HAL access to thermal HAL" into udc-d1-dev

This commit is contained in:
Dan Moore 2023-05-02 15:00:31 +00:00 committed by Android (Google) Code Review
commit 47eea99fb2

View file

@ -17,6 +17,9 @@ binder_call(hal_sensors_default, hal_graphics_composer_default);
# Allow sensor HAL to access the display service HAL
allow hal_sensors_default hal_pixel_display_service:service_manager find;
# Allow sensor HAL to access the thermal service HAL
hal_client_domain(hal_sensors_default, hal_thermal);
# Allow reading of sensor registry persist files and camera persist files.
allow hal_sensors_default mnt_vendor_file:dir search;
allow hal_sensors_default persist_file:dir search;