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