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

This commit is contained in:
Gazi Yamin Iqbal 2021-06-30 05:41:19 +00:00 committed by Android (Google) Code Review
commit 2e1cafdfd8

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)