summaryrefslogtreecommitdiff
path: root/sepolicy/whitechapel/vendor/google/grilservice_app.te
blob: 50ff22a57e185406fe3d3f36b06014a2250203bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
type grilservice_app, domain;
app_domain(grilservice_app)

allow grilservice_app app_api_service:service_manager find;
allow grilservice_app hal_bluetooth_coexistence_hwservice:hwservice_manager find;
allow grilservice_app hal_radioext_hwservice:hwservice_manager find;
allow grilservice_app hal_wifi_ext_hwservice:hwservice_manager find;
allow grilservice_app hal_audiometricext_hwservice:hwservice_manager find;
binder_call(grilservice_app, hal_bluetooth_btlinux)
binder_call(grilservice_app, hal_radioext_default)
binder_call(grilservice_app, hal_wifi_ext)
binder_call(grilservice_app, hal_audiometricext_default)