Home | History | Annotate | Download | only in private
      1 typeattribute dataservice_app coredomain;
      2 app_domain(dataservice_app)
      3 net_domain(dataservice_app)
      4 
      5 add_service(dataservice_app, cne_service)
      6 add_service(dataservice_app, uce_service)
      7 allow dataservice_app {
      8   app_api_service
      9   system_api_service
     10   audioserver_service
     11   radio_service
     12 }:service_manager find;
     13 
     14 allow dataservice_app hal_imsrcsd_hwservice:hwservice_manager find;
     15 allow dataservice_app hal_cne_hwservice:hwservice_manager find;
     16 
     17 allow dataservice_app system_app_data_file:dir create_dir_perms;
     18 allow dataservice_app system_app_data_file:{ file lnk_file } create_file_perms;
     19 
     20 hwbinder_use(dataservice_app)
     21 
     22