Skip to content
Snippets Groups Projects
Commit 4d1ecb19 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "dumpstate: storage statistics" am: a9bf9954

am: fb34acb9

* commit 'fb34acb9':
  dumpstate: storage statistics
parents 577f86df fb34acb9
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,9 @@ allow dumpstate sysfs:file w_file_perms; ...@@ -64,7 +64,9 @@ allow dumpstate sysfs:file w_file_perms;
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 # df for /storage/emulated needs search
allow dumpstate storage_file:dir search; allow dumpstate { storage_file block_device }:dir { search getattr };
allow dumpstate fuse_device:chr_file getattr;
allow dumpstate { dm_device cache_block_device }:blk_file getattr;
# 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