Add hal_graphics_composer_default to sensors sepolicy. am: 990294708f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17051308 Change-Id: I692867ec79753dbd0c4f3909d26549d51c5e8f7d
This commit is contained in:
commit
3bd74d90b2
1 changed files with 3 additions and 0 deletions
|
@ -48,3 +48,6 @@ allow hal_sensors_default hal_pixel_display_service:service_manager find;
|
|||
# Allow display_info_service access to the backlight driver.
|
||||
allow hal_sensors_default sysfs_leds:dir search;
|
||||
allow hal_sensors_default sysfs_leds:file r_file_perms;
|
||||
|
||||
# Allow sensor HAL to access the graphics composer.
|
||||
binder_call(hal_sensors_default, hal_graphics_composer_default);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue