You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
454 B
17 lines
454 B
typeattribute dataservice_app coredomain;
|
|
app_domain(dataservice_app)
|
|
net_domain(dataservice_app)
|
|
|
|
add_service(dataservice_app, cne_service)
|
|
add_service(dataservice_app, uce_service)
|
|
allow dataservice_app {
|
|
app_api_service
|
|
audioserver_service
|
|
radio_service
|
|
}:service_manager find;
|
|
|
|
allow dataservice_app radio_data_file:dir create_dir_perms;
|
|
allow dataservice_app radio_data_file:{ file lnk_file } create_file_perms;
|
|
|
|
hwbinder_use(dataservice_app)
|