Enforce pixel_stats

Fix: 264483357
Fix: 264483319
Fix: 264483568
Fix: 264489783
Test: boot-to-home and no pixel_stats avc error
Change-Id: I0b68fa3853c65056d7da78a436a3d38888af8f19
This commit is contained in:
Wilson Sung 2023-03-14 13:23:58 +08:00
parent d5554312e8
commit 95eea9a04b
3 changed files with 2 additions and 7 deletions

View file

@ -22,9 +22,6 @@ hal_usb_gadget_impl sysfs_batteryinfo dir b/272166827
kernel vendor_fw_file dir b/272166737
kernel vendor_fw_file dir b/272166787
mtectrl unlabeled dir b/264483752
pixelstats_vendor servicemanager binder b/264483357
pixelstats_vendor sysfs_pixelstats file b/264483319
pixelstats_vendor sysfs_pixelstats file b/264483568
platform_app bootanim_system_prop property_service b/264483532
servicemanager hal_fingerprint_default binder b/264483753
ssr_detector_app system_app_data_file dir b/264483352

View file

@ -1,4 +0,0 @@
# b/264489783
userdebug_or_eng(`
permissive pixelstats_vendor;
')

View file

@ -19,3 +19,5 @@ allow pixelstats_vendor sysfs_wlc:file rw_file_perms;
# PCIe Link Statistics
allow pixelstats_vendor sysfs_pcie:dir search;
allow pixelstats_vendor sysfs_pcie:file rw_file_perms;
allow pixelstats_vendor sysfs_pixelstats:file r_file_perms;