commit | bc71a6109e37e53fa5e325a8000989d86f7fd5e4 | [log] [tgz] |
---|---|---|
author | Wei Wang <wvw@google.com> | Wed Sep 19 16:06:28 2018 -0700 |
committer | Wei Wang <wvw@google.com> | Thu Sep 27 23:18:29 2018 +0000 |
tree | 5f52a78ee362804b18382562a1036ca357777f2f | |
parent | 5e37271df876e5334586cb1ffc923f375eb736cb [diff] [blame] |
Add atrace HAL 1.0 sepolicy Bug: 111098596 Test: atrace/systrace (cherry picked from commit 9ed5cf6e430a864630c2451bf35f18ac7668c12b) Change-Id: I97772ff21754d03a0aea0d53b39e8da5312a17c0
diff --git a/private/shell.te b/private/shell.te index 1213777..7b52a02 100644 --- a/private/shell.te +++ b/private/shell.te
@@ -54,3 +54,6 @@ # Allow shell-based "dumpsys" to call into bufferhubd. binder_call(shell, bufferhubd); + +# Allow shell to use atrace HAL +hal_client_domain(shell, hal_atrace)