Merge "crash_dump: temporarily make permissive."
This commit is contained in:
commit
cde575d238
1 changed files with 4 additions and 0 deletions
4
private/crash_dump.te
Normal file
4
private/crash_dump.te
Normal file
|
@ -0,0 +1,4 @@
|
|||
### HACK: Make crash_dump permissive temporarily to catch denials without breaking backtraces.
|
||||
userdebug_or_eng(`
|
||||
permissive crash_dump;
|
||||
')
|
Loading…
Reference in a new issue