commit | 9cfe34b5ee38ee2a3024ba957e4f596330315232 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Jan 19 09:33:17 2017 -0800 |
committer | Nick Kralevich <nnk@google.com> | Thu Jan 19 10:28:43 2017 -0800 |
tree | b2044680d720f9d7f981ab8da509b7a0c4502e4f | |
parent | 414bfe1a406bef7b89ee19496ccd56b710ffdc5b [diff] |
crash_dump: temporarily make permissive. Test: policy compiles. Bug: http://b/34450704 Change-Id: I1381f9de8e4c8cdde4920be423ab32adc2f7a8a2
diff --git a/private/crash_dump.te b/private/crash_dump.te new file mode 100644 index 0000000..b3e4d9a --- /dev/null +++ b/private/crash_dump.te
@@ -0,0 +1,4 @@ +### HACK: Make crash_dump permissive temporarily to catch denials without breaking backtraces. +userdebug_or_eng(` + permissive crash_dump; +')