blob: 9f40e706ea37f4e8183c4e3771751618303a41c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
type qtidataservices_app, domain;
app_domain(qtidataservices_app)
net_domain(qtidataservices_app)
hwbinder_use(qtidataservices_app)
allow qtidataservices_app hal_datafactory_hwservice:hwservice_manager find;
allow qtidataservices_app location_service:service_manager find;
allow qtidataservices_app radio_service:service_manager find;
allow qtidataservices_app registry_service:service_manager find;
allow qtidataservices_app thermal_service:service_manager find;
allow qtidataservices_app wifi_service:service_manager find;
binder_call(qtidataservices_app, cnd)
|