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

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

Change-Id: Idc69fa1c2e71dfa8ec660a52d4157a68afc1e27f
This commit is contained in:
Gazi Yamin Iqbal 2021-06-30 05:57:03 +00:00 committed by Automerger Merge Worker
commit 7edd8a7f81

View file

@ -23,6 +23,10 @@ binder_call(rlsservice, hal_camera_default)
allow rlsservice device:dir { read watch };
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
usf_low_latency_transport(rlsservice)