Allow twoshay to access fwk_stats_service and system_server am: c0922582bc

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15605516

Change-Id: I8a500539a2738d27fa47d2d3f45cfe5e68bfe099
This commit is contained in:
davidycchen 2021-08-19 01:30:20 +00:00 committed by Automerger Merge Worker
commit 945de94222

View file

@ -11,3 +11,6 @@ add_service(twoshay, touch_context_service)
# b/193224954 # b/193224954
dontaudit twoshay twoshay:capability dac_override; dontaudit twoshay twoshay:capability dac_override;
allow twoshay fwk_stats_service:service_manager find;
binder_call(twoshay, stats_service_server)