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:
commit
5fc093f370
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue