grant systemui app access to touch service

Bug: 204718221
Test: boot with no relevant error
Change-Id: Ic320cf682e481522ef9acad6c4eb63891c84c80c
This commit is contained in:
Adam Shih 2022-01-17 11:20:07 +08:00
parent 42ac322b3d
commit d9a2fb8506
2 changed files with 1 additions and 2 deletions

View file

@ -1,2 +0,0 @@
# b/204718221
dontaudit platform_app touch_service:service_manager { find };

View file

@ -1,5 +1,6 @@
allow platform_app hal_pixel_display_service:service_manager find;
allow platform_app hal_wlc_hwservice:hwservice_manager find;
allow platform_app touch_service:service_manager find;
allow platform_app sysfs_vendor_sched:dir r_dir_perms;
allow platform_app sysfs_vendor_sched:file w_file_perms;