1 # qcom-c_main-sh service 2 type qcom-c_main-sh, domain; 3 type qcom-c_main-sh_exec, exec_type, file_type; 4 5 # Started by init 6 init_daemon_domain(qcom-c_main-sh) 7 8 # Set ctl.qmuxd property. 9 set_prop(qcom-c_main-sh, ctl_qmuxd_prop) 10 11 # Set ctl.netmgrd property. 12 set_prop(qcom-c_main-sh, ctl_netmgrd_prop) 13 14 allow qcom-c_main-sh shell_exec:file r_file_perms; 15 16 allow qcom-c_main-sh toolbox_exec:file rx_file_perms; 17