• 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  -iorapd_service
14  -lpdump_service
15  -netd_service
16  -virtual_touchpad_service
17  -vold_service
18  -vr_hwc_service
19  -default_android_service
20}:service_manager find;
21
22# Allow traceur_app to use atrace HAL
23hal_client_domain(traceur_app, hal_atrace)
24
25dontaudit traceur_app service_manager_type:service_manager find;
26dontaudit traceur_app hwservice_manager_type:hwservice_manager find;
27dontaudit traceur_app domain:binder call;
28