summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kulczak <nathankulczak@google.com>2023-02-17 17:39:21 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-02-17 17:39:21 +0000
commit7470e4b35f1508adefdb3406cfac25f79199e2c8 (patch)
treefebb0b0d316b4578be5d66e1f7628c6a26db2340
parent7ccf457cfb4116bb5290de36dd56bd6b8d5ce88d (diff)
parent79f87c62070e58f5d2be5d3d2e39a9e1dc84a250 (diff)
vibrator: allow servicemanager access to hal_vibrator_default am: 79f87c6207
Original change: https://android-review.googlesource.com/c/platform/hardware/google/pixel-sepolicy/+/2442099 Change-Id: I89972d6a2ccec545f0de5df094426486c9141720 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--vibrator/cs40l25/hal_vibrator_default.te3
-rw-r--r--vibrator/cs40l26/hal_vibrator_default.te4
2 files changed, 6 insertions, 1 deletions
diff --git a/vibrator/cs40l25/hal_vibrator_default.te b/vibrator/cs40l25/hal_vibrator_default.te
index 2dd1c65..81c2f3f 100644
--- a/vibrator/cs40l25/hal_vibrator_default.te
+++ b/vibrator/cs40l25/hal_vibrator_default.te
@@ -17,4 +17,5 @@ get_prop(hal_vibrator_default, vendor_vibrator_prop);
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
+allow hal_vibrator_default fwk_stats_service:service_manager find;
+binder_use(hal_vibrator_default)
diff --git a/vibrator/cs40l26/hal_vibrator_default.te b/vibrator/cs40l26/hal_vibrator_default.te
index 478bee9..4fafe8a 100644
--- a/vibrator/cs40l26/hal_vibrator_default.te
+++ b/vibrator/cs40l26/hal_vibrator_default.te
@@ -17,3 +17,7 @@ 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;
+binder_use(hal_vibrator_default)