Skip to content
Snippets Groups Projects
Commit 2c223578 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 6f82bb66: am c24d90cb: dumpstate: allow df on /storage/emulated

* commit '6f82bb66':
  dumpstate: allow df on /storage/emulated
parents 593c1dbd 6f82bb66
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,8 @@ allow dumpstate sysfs:file w_file_perms; ...@@ -63,6 +63,8 @@ allow dumpstate sysfs:file w_file_perms;
# Other random bits of data we want to collect # Other random bits of data we want to collect
allow dumpstate qtaguid_proc:file r_file_perms; allow dumpstate qtaguid_proc:file r_file_perms;
allow dumpstate debugfs:file r_file_perms; allow dumpstate debugfs:file r_file_perms;
# df for /storage/emulated needs search
allow dumpstate storage_file:dir search;
# Allow dumpstate to make binder calls to any binder service # Allow dumpstate to make binder calls to any binder service
binder_call(dumpstate, binderservicedomain) binder_call(dumpstate, binderservicedomain)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment