Merge "Fix avc denied issue when accessing to IStats service" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-03-10 16:57:56 +00:00 committed by Android (Google) Code Review
commit 6657774b4c
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