From 9cfe34b5ee38ee2a3024ba957e4f596330315232 Mon Sep 17 00:00:00 2001 From: Josh Gao <jmgao@google.com> Date: Thu, 19 Jan 2017 09:33:17 -0800 Subject: [PATCH] crash_dump: temporarily make permissive. Test: policy compiles. Bug: http://b/34450704 Change-Id: I1381f9de8e4c8cdde4920be423ab32adc2f7a8a2 --- private/crash_dump.te | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 private/crash_dump.te diff --git a/private/crash_dump.te b/private/crash_dump.te new file mode 100644 index 000000000..b3e4d9ab9 --- /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; +') -- GitLab