summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kulczak <nathankulczak@google.com>2023-02-16 09:02:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-02-16 09:02:36 +0000
commit7ccf457cfb4116bb5290de36dd56bd6b8d5ce88d (patch)
tree60fc3be17ab4859f728b2eb575ab5cb88ce0d10c
parentd253769f666032602cd8ab18f03578b55d52cba7 (diff)
parente88cafb27038caf01e4c31c5091b78c6c4642da9 (diff)
downloadpixel-sepolicy-7ccf457cfb4116bb5290de36dd56bd6b8d5ce88d.tar.gz
vibrator: allow cs40l25 access fwk_stats_service and system_server am: e88cafb270
Original change: https://android-review.googlesource.com/c/platform/hardware/google/pixel-sepolicy/+/2435712 Change-Id: Ia96ffd1ea85770b74dc64e36cec779e6d00c896d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--vibrator/cs40l25/hal_vibrator_default.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/vibrator/cs40l25/hal_vibrator_default.te b/vibrator/cs40l25/hal_vibrator_default.te
index 219a6b1..2dd1c65 100644
--- a/vibrator/cs40l25/hal_vibrator_default.te
+++ b/vibrator/cs40l25/hal_vibrator_default.te
@@ -15,3 +15,6 @@ get_prop(hal_vibrator_default, vendor_vibrator_prop);
# Allow vibrator HAL's default implementation to use vendor-binder service
vndbinder_use(hal_vibrator_default);
+
+# Allow Vibrator HAL to communicate with stats service
+allow hal_vibrator_default fwk_stats_service:service_manager find; \ No newline at end of file