1type init-qcom-ipastart-sh, domain;
2type init-qcom-ipastart-sh_exec, exec_type, vendor_file_type, file_type;
3
4init_daemon_domain(init-qcom-ipastart-sh)
5
6allow init-qcom-ipastart-sh vendor_shell_exec:file rx_file_perms;
7allow init-qcom-ipastart-sh vendor_toolbox_exec:file rx_file_perms;
8
9# Set /dev/ipa to 1
10allow init-qcom-ipastart-sh ipa_dev:chr_file w_file_perms;
11