2017-12-12 01:19:23 +01:00
|
|
|
type traceur_app, domain;
|
|
|
|
|
2018-01-09 21:24:47 +01:00
|
|
|
allow traceur_app servicemanager:service_manager list;
|
|
|
|
allow traceur_app hwservicemanager:hwservice_manager list;
|
2017-12-12 01:19:23 +01:00
|
|
|
|
2018-01-09 21:24:47 +01:00
|
|
|
set_prop(traceur_app, debug_prop)
|
2017-12-12 01:19:23 +01:00
|
|
|
|
2018-01-09 21:24:47 +01:00
|
|
|
allow traceur_app {
|
|
|
|
service_manager_type
|
2018-08-17 09:35:42 +02:00
|
|
|
-apex_service
|
2018-01-09 21:24:47 +01:00
|
|
|
-gatekeeper_service
|
|
|
|
-incident_service
|
|
|
|
-installd_service
|
|
|
|
-netd_service
|
|
|
|
-virtual_touchpad_service
|
|
|
|
-vold_service
|
|
|
|
-vr_hwc_service
|
|
|
|
}:service_manager find;
|
2017-12-12 01:19:23 +01:00
|
|
|
|
2018-09-27 19:52:14 +02:00
|
|
|
# Allow traceur_app to use atrace HAL
|
|
|
|
hal_client_domain(traceur_app, hal_atrace)
|
|
|
|
|
2018-01-09 21:24:47 +01:00
|
|
|
dontaudit traceur_app service_manager_type:service_manager find;
|
|
|
|
dontaudit traceur_app hwservice_manager_type:hwservice_manager find;
|
|
|
|
dontaudit traceur_app domain:binder call;
|