1f93d9bca5
Bug: 279809333
Test: build
Change-Id: If6ef4c3b02d06212923e757fb68aa74e38c68db3
(cherry picked from commit 39dd515546
)
20 lines
723 B
Text
20 lines
723 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)
|
|
|
|
set_prop(hal_dumpstate_server, hal_dumpstate_config_prop)
|
|
|
|
hal_attribute_hwservice(hal_dumpstate, hal_dumpstate_hwservice)
|
|
hal_attribute_service(hal_dumpstate, hal_dumpstate_service)
|
|
|
|
binder_call(hal_dumpstate_server, servicemanager)
|
|
|
|
binder_use(hal_dumpstate_server)
|
|
|
|
# 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;
|
|
|
|
# Log fsck results
|
|
r_dir_file(hal_dumpstate, fscklogs)
|