Home | History | Annotate | Download | only in sepolicy
      1 # Grant access to Qualcomm MSM Interface (QMI) radio sockets to system services
      2 # (e.g., LocationManager)
      3 qmux_socket(system_server)
      4 
      5 allow system_server mpdecision_socket:dir r_dir_perms;
      6 unix_socket_send(system_server, mpdecision, mpdecision)
      7 
      8 unix_socket_connect(system_server, sensors, sensors)
      9 allow system_server sensors_socket:sock_file r_file_perms;
     10