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:
parent
39ffb227b3
commit
5c48a90285
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue