diff --git a/tracking_denials/bug_map b/tracking_denials/bug_map index 7d01a3b9..e33fcd3b 100644 --- a/tracking_denials/bug_map +++ b/tracking_denials/bug_map @@ -23,9 +23,6 @@ incidentd apex_art_data_file file b/272628762 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 diff --git a/tracking_denials/pixelstats_vendor.te b/tracking_denials/pixelstats_vendor.te deleted file mode 100644 index 33479b1b..00000000 --- a/tracking_denials/pixelstats_vendor.te +++ /dev/null @@ -1,4 +0,0 @@ -# b/264489783 -userdebug_or_eng(` - permissive pixelstats_vendor; -') \ No newline at end of file diff --git a/vendor/pixelstats_vendor.te b/vendor/pixelstats_vendor.te index 5ddfbfe8..18a14726 100644 --- a/vendor/pixelstats_vendor.te +++ b/vendor/pixelstats_vendor.te @@ -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;