Home | History | Annotate | Download | only in sepolicy
      1 # Grant access to Qualcomm MSM Interface (QMI) audio sockets to mediaserver
      2 qmux_socket(mediaserver)
      3 
      4 unix_socket_send(mediaserver, camera, camera)
      5 unix_socket_send(mediaserver, mpdecision, mpdecision)
      6 
      7 # Permit mediaserver to create sockets with no specific SELinux class.
      8 # TODO: Investigate the specific type of socket.
      9 allow mediaserver self:socket create_socket_perms;
     10