commit | a239f30fd62e750ab079784323c150fa539c793a | [log] [tgz] |
---|---|---|
author | Jin Qian <jinqian@google.com> | Thu Mar 23 12:28:20 2017 -0700 |
committer | Jin Qian <jinqian@google.com> | Fri Mar 31 10:53:55 2017 -0700 |
tree | d89d2626cb35a6afd59e8294e801f344573c101d | |
parent | 5af76fca4207c7ed6016abaa52b428bb3c292bac [diff] [blame] |
storaged: allow shell to call dumpsys storaged Test: adb kill-server && adb shell dumpsys storaged Bug: 36492915 Change-Id: I3a1a2ad2f016ddd5770d585cae82c8be69001df9
diff --git a/private/shell.te b/private/shell.te index aab0a15..c24bfd3 100644 --- a/private/shell.te +++ b/private/shell.te
@@ -10,3 +10,6 @@ # Run app_process. # XXX Transition into its own domain? app_domain(shell) + +# allow shell to call dumpsys storaged +binder_call(shell, storaged)