Home | History | Annotate | Download | only in sepolicy
      1 type atfwd, domain, domain_deprecated;
      2 type atfwd_exec, exec_type, file_type;
      3 
      4 # Started by init
      5 init_daemon_domain(atfwd)
      6 
      7 binder_use(atfwd)
      8 binder_call(atfwd,system_app)
      9 
     10 allow atfwd sysfs_msm_subsys:dir r_dir_perms;
     11 allow atfwd sysfs_msm_subsys:lnk_file r_file_perms;
     12 
     13 set_prop(atfwd, radio_atfwd_prop)
     14 
     15 allow atfwd atfwd_service:service_manager find;
     16 qmux_socket(atfwd)
     17