1typeattribute dataservice_app coredomain;
2app_domain(dataservice_app)
3net_domain(dataservice_app)
4
5add_service(dataservice_app, cne_service)
6
7allow dataservice_app app_api_service:service_manager find;
8
9#for video call
10allow dataservice_app radio_service:service_manager find;
11
12#TODO(b/126137625): moving dataservice app from system to radio process
13allow dataservice_app system_app_data_file:dir create_dir_perms;
14