Merge "Add sepolicy to allow lights to access display" into tm-qpr-dev am: bf9c2e4756
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro-sepolicy/+/20858889 Change-Id: I9c88fbefddecce837c7b587483c32358eacffedb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e34325cdfc
1 changed files with 2 additions and 0 deletions
2
vendor/hal_lights.te
vendored
2
vendor/hal_lights.te
vendored
|
@ -2,4 +2,6 @@ allow hal_light_default sysfs_leds:dir search;
|
|||
allow hal_light_default sysfs_leds:file rw_file_perms;
|
||||
allow hal_light_default mnt_vendor_file:dir search;
|
||||
allow hal_light_default persist_file:dir search;
|
||||
allow hal_light_default hal_pixel_display_service:service_manager find;
|
||||
binder_call(hal_light_default, hal_graphics_composer_default);
|
||||
r_dir_file(hal_light_default, persist_leds_file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue