aosp12/device/google/coral-sepolicy/private/dataservice_app.te

14 lines
415 B
Plaintext

typeattribute dataservice_app coredomain;
app_domain(dataservice_app)
net_domain(dataservice_app)
add_service(dataservice_app, cne_service)
allow dataservice_app app_api_service:service_manager find;
#for video call
allow dataservice_app radio_service:service_manager find;
#TODO(b/126137625): moving dataservice app from system to radio process
allow dataservice_app system_app_data_file:dir create_dir_perms;