Home | History | Annotate | Download | only in sepolicy
      1 type atfwd, domain;
      2 type atfwd_exec, exec_type, file_type;
      3 
      4 init_daemon_domain(atfwd)
      5 
      6 # Creates/Talks to qmuxd via the qmux_radio socket.
      7 qmux_socket(atfwd)
      8 
      9 # Set radio.atfwd.* properties.
     10 set_prop(atfwd, radio_atfwd_prop)
     11 
     12 userdebug_or_eng(`
     13     allow atfwd diag_device:chr_file rw_file_perms;
     14 ')
     15