Merge "pixelstats: add bcl directory permission" into sc-dev

This commit is contained in:
George Lee 2021-07-22 17:03:33 +00:00 committed by Android (Google) Code Review
commit 79a15eed2a

View file

@ -28,3 +28,7 @@ allow pixelstats_vendor battery_history_device:chr_file r_file_perms;
# Wireless charge
allow pixelstats_vendor sysfs_wlc:dir search;
allow pixelstats_vendor sysfs_wlc:file r_file_perms;
# BCL
allow pixelstats_vendor sysfs_bcl:dir search;
allow pixelstats_vendor sysfs_bcl:file r_file_perms;