summaryrefslogtreecommitdiff
path: root/sepolicy/crash_collector_app.te
blob: 68a0b6d4316ee4ef81094523343c2e244bce271b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
type crash_collector_app, domain, device_domain_deprecated;

# com.google.android.crashuploader runs in the crash_collector_app domain
app_domain(crash_collector_app)
net_domain(crash_collector_app)

allow crash_collector_app crash_reports_data_file:file { read getattr };

allow crash_collector_app {
  service_manager_type
  -dumpstate_service
  -gatekeeper_service
  -installd_service
  -incident_service
  -netd_service
  -virtual_touchpad_service
  -vold_service
  -vr_hwc_service
}:service_manager find;