Merge "Fix avc denied issue when accessing to IStats service" into sc-dev am: 6657774b4c

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I64600db02c76e2bfaa3ddf03373585817d33daab
This commit is contained in:
TreeHugger Robot 2021-03-10 17:31:10 +00:00 committed by Automerger Merge Worker
commit f77f159364
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,7 @@
type exo_app, domain; type exo_app, coredomain, domain;
app_domain(exo_app) app_domain(exo_app)
net_domain(exo_app)
allow exo_app app_api_service:service_manager find; allow exo_app app_api_service:service_manager find;
allow exo_app audioserver_service:service_manager find; allow exo_app audioserver_service:service_manager find;
@ -8,4 +9,6 @@ allow exo_app cameraserver_service:service_manager find;
allow exo_app mediaserver_service:service_manager find; allow exo_app mediaserver_service:service_manager find;
allow exo_app radio_service:service_manager find; allow exo_app radio_service:service_manager find;
allow exo_app fwk_stats_hwservice:hwservice_manager find; allow exo_app fwk_stats_hwservice:hwservice_manager find;
allow exo_app mediametrics_service:service_manager find;
binder_call(exo_app, statsd) binder_call(exo_app, statsd)

View file

@ -1,5 +1,5 @@
# Domain for Exo app # Domain for Exo app
user=_app isPrivApp=true seinfo=platform name=com.google.pixel.exo domain=exo_app type=app_data_file levelFrom=all user=_app seinfo=platform name=com.google.pixel.exo domain=exo_app type=app_data_file levelFrom=all
# Domain for Exo Wirecutter app # Domain for Exo Wirecutter app
user=_app seinfo=wirecutter name=com.google.pixel.wirecutter domain=exo_wirecutter_app type=app_data_file levelFrom=all user=_app seinfo=wirecutter name=com.google.pixel.wirecutter domain=exo_wirecutter_app type=app_data_file levelFrom=all