Merge "Allow sensor HAL access to thermal HAL" into udc-d1-dev am: 47eea99fb2
am: 57bea4ff01
am: b2af8c9026
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma-sepolicy/+/22932758 Change-Id: I4f63d020f599602fc01ee13647972315e358d463 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ce9357676d
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