Merge "crash_dump: temporarily make permissive."

This commit is contained in:
Treehugger Robot 2017-01-19 20:22:27 +00:00 committed by Gerrit Code Review
commit cde575d238

4
private/crash_dump.te Normal file
View File

@ -0,0 +1,4 @@
### HACK: Make crash_dump permissive temporarily to catch denials without breaking backtraces.
userdebug_or_eng(`
permissive crash_dump;
')