commit | 48b9532b3f19476c6174df8b9b87406a8c038663 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Mar 18 11:21:19 2025 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 18 11:21:19 2025 -0700 |
tree | c4266b320f8f53ef6c23227210f0a749570a9dbd | |
parent | fefeeb1541deb2b846e15be0fb8d87085a368cb3 [diff] | |
parent | 3a75cd6d725dc6439cc46d954c347761673a24b8 [diff] |
Merge "Allow dumpstate to make binder calls to mmd" into main
diff --git a/private/dumpstate.te b/private/dumpstate.te index d960ff6..b92ca6f 100644 --- a/private/dumpstate.te +++ b/private/dumpstate.te
@@ -67,6 +67,9 @@ # Allow dumpstate to talk to ot_daemon service over binder binder_call(dumpstate, ot_daemon) +# Allow dumpstate to talk to mmd service over binder +binder_call(dumpstate, mmd) + # Collect metrics on boot time created by init get_prop(dumpstate, boottime_prop)