Merge "dumpstate: storage statistics"
This commit is contained in:
commit
a9bf995425
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