Merge "Allow sensor HAL access to thermal HAL" into udc-d1-dev
This commit is contained in:
commit
47eea99fb2
1 changed files with 3 additions and 0 deletions
3
vendor/hal_sensors_default.te
vendored
3
vendor/hal_sensors_default.te
vendored
|
@ -17,6 +17,9 @@ binder_call(hal_sensors_default, hal_graphics_composer_default);
|
||||||
# Allow sensor HAL to access the display service HAL
|
# Allow sensor HAL to access the display service HAL
|
||||||
allow hal_sensors_default hal_pixel_display_service:service_manager find;
|
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 reading of sensor registry persist files and camera persist files.
|
||||||
allow hal_sensors_default mnt_vendor_file:dir search;
|
allow hal_sensors_default mnt_vendor_file:dir search;
|
||||||
allow hal_sensors_default persist_file:dir search;
|
allow hal_sensors_default persist_file:dir search;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue