summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Shih <adamshih@google.com>2021-07-14 06:13:42 +0800
committerAdam Shih <adamshih@google.com>2021-07-14 06:15:34 +0800
commit60108674d4c8a1a8fc8ca071f5e6580adc9e9c95 (patch)
treec64dd859ee86eec9ce403e56fbaae26ea44d2257
parentac2409b49c62c6bc1dadc51d4ddc2347bfe84069 (diff)
downloadbonito-sepolicy-60108674d4c8a1a8fc8ca071f5e6580adc9e9c95.tar.gz
allow pixel_vendor to find hwservice
Bug: 193485183 Test: pass boot test. Change-Id: I75e79fa8e0dac747d60230555ff75ea380576dff Merged-In: Ibc1fe9d3f4390f75eb158a50103b0c29ccf346fb
-rw-r--r--vendor/google/pixelstats_vendor.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/google/pixelstats_vendor.te b/vendor/google/pixelstats_vendor.te
index 51adc313..25d4757f 100644
--- a/vendor/google/pixelstats_vendor.te
+++ b/vendor/google/pixelstats_vendor.te
@@ -11,6 +11,7 @@ binder_call(pixelstats_vendor, pixelstats_system)
binder_use(pixelstats_vendor)
allow pixelstats_vendor fwk_stats_service:service_manager find;
+allow pixelstats_vendor fwk_stats_hwservice:hwservice_manager find;
unix_socket_connect(pixelstats_vendor, chre, chre)