commit | af3eaf0d20afcec549aab34fc0cde3376177fb71 | [log] [tgz] |
---|---|---|
author | Jin Qian <jinqian@google.com> | Thu Mar 23 12:28:20 2017 -0700 |
committer | Jin Qian <jinqian@google.com> | Thu Mar 30 16:21:29 2017 -0700 |
tree | b1e2a4c7dc486fb1fee822308df4b761f7100a30 | |
parent | 328153893fee005d7610d0bb238ae760f3e89d69 [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)