Merge "Allow dumpstate to signal keystore to dump its stack"
This commit is contained in:
commit
740f9b72fa
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ allow dumpstate {
|
|||
netd
|
||||
}:process signal;
|
||||
|
||||
userdebug_or_eng(`
|
||||
allow dumpstate keystore:process signal;
|
||||
')
|
||||
|
||||
# For collecting bugreports.
|
||||
allow dumpstate debugfs_wakeup_sources:file r_file_perms;
|
||||
allow dumpstate dev_type:blk_file getattr;
|
||||
|
|
Loading…
Reference in a new issue