dumpstate: allow HALs to read /proc/interrupts

/proc/interrupts may be dumped by dumpstate HAL if required.

Bug: 36486169
Test: 'adb shell bugreport' on sailfish

Change-Id: Ifc41a516aeea846bc56b86b064bda555b43c58ed
Signed-off-by: Sandeep Patil <sspatil@google.com>
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;