crash_dump: temporarily make permissive.
Test: policy compiles. Bug: http://b/34450704 Change-Id: I1381f9de8e4c8cdde4920be423ab32adc2f7a8a2
This commit is contained in:
parent
414bfe1a40
commit
9cfe34b5ee
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