Home | History | Annotate | Download | only in sepolicy
      1 # Talk to qmuxd (/dev/socket/qmux_radio)
      2 qmux_socket(radio)
      3 
      4 # Grant access to qmux socket that is created by rild
      5 allow radio rild_qmuxd_socket:sock_file rw_file_perms;
      6 
      7 allow radio persist_file:dir search;
      8 allow radio persist_hiddenmenu_file:dir rw_dir_perms;
      9 allow radio persist_hiddenmenu_file:file create_file_perms;
     10