Skip to content
Snippets Groups Projects
Commit 657470ac authored by Joel Galenson's avatar Joel Galenson
Browse files

Allow dumpstate to call idmap over binder

This prevents denials while taking a bugreport.

Bug: 116711254
Test: cts-tradefed run cts -m CtsSecurityHostTestCases -t
android.security.cts.SELinuxHostTest#testNoBugreportDenials

Change-Id: I5414141a1557d71e3ac0cf5bc89529685e9069c3
parent de3a3e41
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,9 @@ binder_call(dumpstate, statsd) ...@@ -34,6 +34,9 @@ binder_call(dumpstate, statsd)
# Allow dumpstate to talk to gpuservice over binder # Allow dumpstate to talk to gpuservice over binder
binder_call(dumpstate, gpuservice); binder_call(dumpstate, gpuservice);
# Allow dumpstate to talk to idmap over binder
binder_call(dumpstate, idmap);
# Collect metrics on boot time created by init # Collect metrics on boot time created by init
get_prop(dumpstate, boottime_prop) get_prop(dumpstate, boottime_prop)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment