Merge "dumpstate: allow HALs to read /proc/interrupts"

am: 871e44c456

Change-Id: I1c261dc247b93306c6d1a70dd0014532c84843c5
This commit is contained in:
Sandeep Patil 2017-03-22 22:29:11 +00:00 committed by android-build-merger
commit e2f8626ed3

View file

@ -4,3 +4,5 @@ binder_call(hal_dumpstate_server, hal_dumpstate_client)
# 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;