Allow dumping of InputProcessor HAL am: 889d8aa9a7

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2147322

Change-Id: I35913c59f0c1708ab59676534e964b26a798b9fc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Siarhei Vishniakou 2022-07-11 19:26:56 +00:00 committed by Automerger Merge Worker
commit 5fc093f370

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;