Merge "Allow twoshay to access fwk_stats_service and system_server"

This commit is contained in:
David Chen 2021-07-05 08:18:22 +00:00 committed by Android (Google) Code Review
commit 81cf2f8a10

View file

@ -8,3 +8,6 @@ allow twoshay twoshay:capability sys_nice;
binder_use(twoshay)
add_service(twoshay, touch_context_service)
allow twoshay fwk_stats_service:service_manager find;
binder_call(twoshay, stats_service_server)