thermal: thermal_metrics: Update selinux to reset stats

Bug: 193833982
Test: Local build and verify statsD logs
adb shell cmd stats print-logs && adb logcat -b all | grep -i 105045
Change-Id: I79710aa05ff52caf9d08f21fa7a36c46a1b2a3d9
This commit is contained in:
sashwinbalaji 2023-05-08 12:59:36 +08:00 committed by S Ashwin Balaji
parent d3a0214801
commit 38640e48dd

View file

@ -29,6 +29,7 @@ allow pixelstats_vendor battery_history_device:chr_file r_file_perms;
#vendor-metrics #vendor-metrics
r_dir_file(pixelstats_vendor, sysfs_vendor_metrics) r_dir_file(pixelstats_vendor, sysfs_vendor_metrics)
allow pixelstats_vendor sysfs_vendor_metrics:lnk_file r_file_perms; allow pixelstats_vendor sysfs_vendor_metrics:lnk_file r_file_perms;
allow pixelstats_vendor sysfs_vendor_metrics:file w_file_perms;
# BCL # BCL
allow pixelstats_vendor sysfs_bcl:dir search; allow pixelstats_vendor sysfs_bcl:dir search;