Merge "Allow dumpstate to signal keystore to dump its stack"

This commit is contained in:
Eric Biggers 2021-05-05 16:16:15 +00:00 committed by Gerrit Code Review
commit 740f9b72fa

View file

@ -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;