Home | History | Annotate | Download | only in sepolicy
      1 type cuttlefish_ril_prop, property_type;
      2 type libcuttlefish_rild, domain;
      3 type libcuttlefish_rild_exec, exec_type, vendor_file_type, file_type;
      4 
      5 init_daemon_domain(libcuttlefish_rild)
      6 
      7 hal_server_domain(libcuttlefish_rild, hal_telephony)
      8 
      9 allow libcuttlefish_rild libcuttlefish_rild_device:chr_file rw_file_perms;
     10 
     11 # Failing to create these sockets appears to be non-fatal
     12 net_domain(libcuttlefish_rild)
     13 
     14 get_prop(libcuttlefish_rild, cuttlefish_ril_prop)
     15