Merge "exo: updated sepolicy" into sc-dev

This commit is contained in:
Vova Sharaienko 2021-04-06 00:27:04 +00:00 committed by Android (Google) Code Review
commit 25f19371aa
2 changed files with 5 additions and 1 deletions

View file

@ -9,11 +9,13 @@ 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 fwk_stats_service:service_manager find;
allow exo_app mediametrics_service:service_manager find; allow exo_app mediametrics_service:service_manager find;
allow exo_app gpu_device:dir search; allow exo_app gpu_device:dir search;
allow exo_app uhid_device:chr_file rw_file_perms; allow exo_app uhid_device:chr_file rw_file_perms;
binder_call(exo_app, statsd) binder_call(exo_app, statsd)
binder_use(exo_app)
get_prop(exo_app, device_config_runtime_native_boot_prop) get_prop(exo_app, device_config_runtime_native_boot_prop)

View file

@ -1,4 +1,4 @@
type exo_wirecutter_app, domain; type exo_wirecutter_app, domain, coredomain;
app_domain(exo_wirecutter_app) app_domain(exo_wirecutter_app)
@ -6,3 +6,5 @@ allow exo_wirecutter_app app_api_service:service_manager find;
allow exo_wirecutter_app fwk_stats_hwservice:hwservice_manager find; allow exo_wirecutter_app fwk_stats_hwservice:hwservice_manager find;
allow exo_wirecutter_app gpu_device:dir search; allow exo_wirecutter_app gpu_device:dir search;
binder_call(exo_wirecutter_app, statsd) binder_call(exo_wirecutter_app, statsd)
allow exo_wirecutter_app fwk_stats_service:service_manager find;
binder_use(exo_wirecutter_app)