Merge "gs101-sepolicy: allow rlsservice to read display status files" into sc-dev
This commit is contained in:
commit
2e1cafdfd8
1 changed files with 4 additions and 0 deletions
4
whitechapel/vendor/google/rlsservice.te
vendored
4
whitechapel/vendor/google/rlsservice.te
vendored
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue