Merge "gs101-sepolicy: allow rlsservice to read display status files" into sc-dev am: 2e1cafdfd8 am: 7edd8a7f81

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15100489

Change-Id: I463e3640afba27f73d6e8fb9c3edf4949208d629
This commit is contained in:
Gazi Yamin Iqbal 2021-06-30 06:12:41 +00:00 committed by Automerger Merge Worker
commit 7674b074b2

View file

@ -23,6 +23,10 @@ binder_call(rlsservice, hal_camera_default)
allow rlsservice device:dir { read watch }; allow rlsservice device:dir { read watch };
allow rlsservice aoc_device:chr_file rw_file_perms; allow rlsservice aoc_device:chr_file rw_file_perms;
# Allow access to display backlight information
allow rlsservice sysfs_leds:dir search;
allow rlsservice sysfs_leds:file r_file_perms;
# Allow use of the USF low latency transport # Allow use of the USF low latency transport
usf_low_latency_transport(rlsservice) usf_low_latency_transport(rlsservice)