platform_system_sepolicy/public/hal_input_processor.te
Siarhei Vishniakou 889d8aa9a7 Allow dumping of InputProcessor HAL
In order to see the HAL state in bugreports, we need to allow the HAL to
write to file where the dump is going.

Bug: 237233372
Test: adb shell dumpsys android.hardware.input.processor.IInputProcessor/default
Change-Id: Idf78269e4ee9798c078ac3b7ee4f375515d7aadc
2022-07-11 18:33:54 +00:00

8 lines
322 B
Text

# HwBinder IPC from client to server
binder_call(hal_input_processor_client, hal_input_processor_server)
binder_call(hal_input_processor_server, servicemanager)
hal_attribute_service(hal_input_processor, hal_input_processor_service)
# Allow dumping of the HAL
allow hal_input_processor_server dumpstate:fifo_file write;