a866a416e9
/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>
8 lines
398 B
Text
8 lines
398 B
Text
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(hal_dumpstate_client, hal_dumpstate_server)
|
|
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;
|