Merge "dumpstate: storage statistics"

This commit is contained in:
Mark Salyzyn 2015-12-14 19:58:27 +00:00 committed by Gerrit Code Review
commit a9bf995425

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)