Merge changes from topic "alsp_g10_support" into tm-mainline-prod

* changes:
  [automerge] Allow Sensor HAL access to display sysfs panel_name file. 2p: 28ddd3bf9f
  Allow Sensor HAL access to display sysfs panel_name file.
This commit is contained in:
Chris Kuiper 2022-03-25 16:49:40 +00:00 committed by Android (Google) Code Review
commit 8cda712ebd

View file

@ -59,6 +59,9 @@ allow hal_sensors_default hidraw_device:chr_file rw_file_perms;
allow hal_sensors_default hal_pixel_display_service:service_manager find; allow hal_sensors_default hal_pixel_display_service:service_manager find;
binder_call(hal_sensors_default, hal_graphics_composer_default) binder_call(hal_sensors_default, hal_graphics_composer_default)
# Allow sensor HAL to access to display sysfs.
allow hal_sensors_default sysfs_display:file r_file_perms;
# #
# Suez type enforcements. # Suez type enforcements.
# #