Merge "Fix permission issue for widevine mediaservices." am: ebe25efd66 am: 24a4882a1d

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2357882

Change-Id: Ibe46267a8099f20e6259f3ead411c3812a5085ed
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Vikram Gaur 2022-12-15 20:41:51 +00:00 committed by Automerger Merge Worker
commit 2a37a21c50

View file

@ -16,6 +16,10 @@ get_prop(rkpdapp, device_config_remote_key_provisioning_native_prop)
# Grant access to the normal services that are available to all apps
allow rkpdapp app_api_service:service_manager find;
# Grant access to media.metrics service, needed for widevine. This
# access is granted to all other apps already (e.g. untrusted_app_all).
allow rkpdapp mediametrics_service:service_manager find;
# Grant access to statsd
allow rkpdapp statsmanager_service:service_manager find;
binder_call(rkpdapp, statsd)