commit | 3af4bc8519cd79ea770d8ff5ecf707b34e5c19fd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Mar 20 23:27:52 2025 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 20 23:27:52 2025 -0700 |
tree | db4630740ed87c30ca73f1317065c8fccdbf538d | |
parent | acc937e3ab13667748b70bb05668de3e8b3c1750 [diff] | |
parent | 82ca7fbb90ebd9ebf270257ff196eba1ebac16bf [diff] |
Merge "Allow mmd to send dump info to dumpstate" into main
diff --git a/private/mmd.te b/private/mmd.te index 9a76909..7770865 100644 --- a/private/mmd.te +++ b/private/mmd.te
@@ -38,3 +38,7 @@ allow mmd stats_service:service_manager find; allow mmd statsmanager_service:service_manager find; binder_call(mmd, statsd) + +# Allow mmd to send dump info to dumpstate. +allow mmd dumpstate:fd use; +allow mmd dumpstate:fifo_file { getattr write };