blob: b7e14f8a5cc75f4ea53177ea58941379f5c59e8f [file] [log] [blame]
Alex Klyubin47174e32017-02-22 10:15:24 -08001# HwBinder IPC from client to server, and callbacks
2binder_call(hal_dumpstate_client, hal_dumpstate_server)
3binder_call(hal_dumpstate_server, hal_dumpstate_client)
Steven Moreland1ce910f2016-12-28 18:45:14 -08004
Inseob Kim46dd4be2020-08-18 11:25:32 +09005set_prop(hal_dumpstate, hal_dumpstate_config_prop)
6
Steven Moreland9234e002018-06-06 09:30:18 -07007hal_attribute_hwservice(hal_dumpstate, hal_dumpstate_hwservice)
Alex Klyubin53656c12017-04-13 19:05:27 -07008
Steven Moreland1ce910f2016-12-28 18:45:14 -08009# write bug reports in /data/data/com.android.shell/files/bugreports/bugreport
10allow hal_dumpstate shell_data_file:file write;
Sandeep Patila866a412017-03-22 12:44:16 -070011# allow reading /proc/interrupts for all hal impls
12allow hal_dumpstate proc_interrupts:file r_file_perms;