pixelstats: add bcl directory permission

Bug: 253522156
Test: Local test
$>cmd stats print-logs
$>logcat | grep <atom id>

Signed-off-by: George Lee <geolee@google.com>
Change-Id: I934f6efb043893666dac88257619556e30d82751
This commit is contained in:
George Lee 2022-10-13 18:43:09 -07:00 committed by TreeHugger Robot
parent 39ffb227b3
commit 5c48a90285

View file

@ -26,3 +26,7 @@ allow pixelstats_vendor sysfs_pca:file rw_file_perms;
#Thermal #Thermal
r_dir_file(pixelstats_vendor, sysfs_thermal) r_dir_file(pixelstats_vendor, sysfs_thermal)
allow pixelstats_vendor sysfs_thermal:lnk_file r_file_perms; allow pixelstats_vendor sysfs_thermal:lnk_file r_file_perms;
# BCL
allow pixelstats_vendor sysfs_bcl:dir search;
allow pixelstats_vendor sysfs_bcl:file r_file_perms;