• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type traceur_app, domain;
2
3allow traceur_app servicemanager:service_manager list;
4allow traceur_app hwservicemanager:hwservice_manager list;
5
6allow traceur_app {
7  service_manager_type
8  -apex_service
9  -dnsresolver_service
10  -gatekeeper_service
11  -incident_service
12  -installd_service
13  -lpdump_service
14  -mdns_service
15  -netd_service
16  -virtual_touchpad_service
17  -vold_service
18  -default_android_service
19}:service_manager find;
20
21# Allow traceur_app to use atrace HAL
22hal_client_domain(traceur_app, hal_atrace)
23
24dontaudit traceur_app service_manager_type:service_manager find;
25dontaudit traceur_app hwservice_manager_type:hwservice_manager find;
26dontaudit traceur_app domain:binder call;
27