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
This commit is contained in:
Siarhei Vishniakou 2022-07-06 13:39:11 -07:00
parent b246b1dc35
commit 889d8aa9a7

View file

@ -3,3 +3,6 @@ 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;