Home | History | Annotate | Download | only in sepolicy
      1 # Qualcomm Management Interface Multiplexer
      2 type qmux, domain, domain_deprecated;
      3 type qmux_exec, exec_type, file_type;
      4 
      5 init_daemon_domain(qmux)
      6 
      7 wakelock_use(qmux)
      8 allow qmux sysfs_msm_subsys:dir r_dir_perms;
      9 allow qmux sysfs_msm_subsys:lnk_file r_file_perms;
     10 
     11 allow qmux qmuxd_socket:dir w_dir_perms;
     12 allow qmux qmuxd_socket:sock_file create_file_perms;
     13 
     14 allow qmux radio_device:chr_file rw_file_perms;
     15 
     16 # Access to /sys/devices/virtual/smdpkt/smdcntl*/open_timeout
     17 allow qmux sysfs_smdcntl_open_timeout:file rw_file_perms;
     18