Merge "dumpstate: allow HALs to read /proc/interrupts" am: 871e44c456
am: e2f8626ed3

Change-Id: If401e4107787e6620ed31115c45b7d594812dbe5
diff --git a/public/hal_dumpstate.te b/public/hal_dumpstate.te
index d5723b9..884b6fc 100644
--- a/public/hal_dumpstate.te
+++ b/public/hal_dumpstate.te
@@ -4,3 +4,5 @@
 
 # write bug reports in /data/data/com.android.shell/files/bugreports/bugreport
 allow hal_dumpstate shell_data_file:file write;
+# allow reading /proc/interrupts for all hal impls
+allow hal_dumpstate proc_interrupts:file r_file_perms;