Merge "Allow dumping vibrator HAL."

This commit is contained in:
Treehugger Robot 2019-12-10 17:47:35 +00:00 committed by Gerrit Code Review
commit 596f644c2d

View file

@ -9,6 +9,8 @@ binder_call(hal_vibrator_server, servicemanager)
allow hal_vibrator_client hal_vibrator_service:service_manager find;
allow hal_vibrator_server dumpstate:fifo_file write;
# vibrator sysfs rw access
allow hal_vibrator sysfs_vibrator:file rw_file_perms;
allow hal_vibrator sysfs_vibrator:dir search;