1unix_socket_connect(system_app, cnd, cnd)
2allow system_app time:unix_stream_socket connectto;
3allow system_app oem_qmi_server:unix_stream_socket connectto;
4
5set_prop(system_app, ctl_ppd_prop)
6
7allow system_app atfwd_service:service_manager add;
8allow system_app cne_service:service_manager add;
9
10# allow CNEService to write /data/connectivity
11allow system_app cnd_data_file:dir w_dir_perms;
12# allow CNEService to create profile.txt
13allow system_app cnd_data_file:file create_file_perms;
14