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

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

* commit 'c24d90cb':
  dumpstate: allow df on /storage/emulated
parents 2e45bba5 c24d90cb
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