Merge "dumpstate: storage statistics" am: a9bf995425
am: fb34acb919
* commit 'fb34acb9191b53c362cf315b0290949ff830e698':
dumpstate: storage statistics
This commit is contained in:
commit
4d1ecb191b
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue