Home | History | Annotate | Download | only in sepolicy
      1 # Talk to qmuxd (/dev/socket/qmux_radio)
      2 qmux_socket(radio)
      3 
      4 # The following 3 are needed for QXDM Logger
      5 userdebug_or_eng(`
      6   allow radio radio_data_file:file { execute execute_no_trans };
      7   allow radio kickstart_device:chr_file rw_file_perms;
      8   allow radio su_exec:file getattr;
      9 ')
     10