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