Add rules to allow dumpstate to run systrace.

BUG: 27419521
Change-Id: I63108468d75be3ef7f9761107a3df8997f207d07
diff --git a/dumpstate.te b/dumpstate.te
index 633eabc..c72042b 100644
--- a/dumpstate.te
+++ b/dumpstate.te
@@ -121,3 +121,9 @@
 # Set properties.
 # dumpstate_prop is used to share state with the Shell app.
 set_prop(dumpstate, dumpstate_prop)
+
+# systrace support - allow atrace to run
+allow dumpstate debugfs_tracing:dir r_dir_perms;
+allow dumpstate debugfs_tracing:file rw_file_perms;
+allow dumpstate debugfs_trace_marker:file getattr;
+allow dumpstate atrace_exec:file rx_file_perms;