Merge "Let fallback crash dumping write to dumpstate pipes." am: 4a608d311e
am: 0bcb92a5bb

Change-Id: I86ba3626798b4f1afc49c767ad756c8a3b1f9e75
diff --git a/public/te_macros b/public/te_macros
index 125ca81..c3743e5 100644
--- a/public/te_macros
+++ b/public/te_macros
@@ -458,6 +458,7 @@
   allow $1 su:fifo_file append;
 ')
 allow $1 anr_data_file:file append;
+allow $1 dumpstate:fifo_file append;
 allow $1 tombstoned:unix_stream_socket connectto;
 allow $1 tombstoned:fd use;
 allow $1 tombstoned_crash_socket:sock_file write;