Merge "dumpstate: storage statistics" am: a9bf995425

am: fb34acb919

* commit 'fb34acb9191b53c362cf315b0290949ff830e698':
  dumpstate: storage statistics
This commit is contained in:
Mark Salyzyn 2015-12-14 12:11:46 -08:00 committed by android-build-merger
commit 4d1ecb191b

View file

@ -64,7 +64,9 @@ allow dumpstate sysfs:file w_file_perms;
allow dumpstate qtaguid_proc: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 { 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
binder_call(dumpstate, binderservicedomain)