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   audioserver_service
     10   radio_service
     11 }:service_manager find;
     12 
     13 allow dataservice_app radio_data_file:dir create_dir_perms;
     14 allow dataservice_app radio_data_file:{ file lnk_file } create_file_perms;
     15 
     16 hwbinder_use(dataservice_app)
     17