From 4c66de3d3b8fcef4c9f57579a053d3c18a511cf3 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Tue, 16 Nov 2021 14:03:31 +0800 Subject: [PATCH] allow pixelstats_vendor binder access Bug: 205904433 Test: boot with no relevant error logs Change-Id: I897a5feb41e8c127834fb3ed795aaeb5d3f3fc54 --- tracking_denials/pixelstats_vendor.te | 2 -- whitechapel_pro/pixelstats_vendor.te | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 tracking_denials/pixelstats_vendor.te create mode 100644 whitechapel_pro/pixelstats_vendor.te diff --git a/tracking_denials/pixelstats_vendor.te b/tracking_denials/pixelstats_vendor.te deleted file mode 100644 index 96c305a5..00000000 --- a/tracking_denials/pixelstats_vendor.te +++ /dev/null @@ -1,2 +0,0 @@ -# b/205904433 -dontaudit pixelstats_vendor servicemanager:binder { call }; diff --git a/whitechapel_pro/pixelstats_vendor.te b/whitechapel_pro/pixelstats_vendor.te new file mode 100644 index 00000000..e8d4b92d --- /dev/null +++ b/whitechapel_pro/pixelstats_vendor.te @@ -0,0 +1 @@ +binder_use(pixelstats_vendor)