summaryrefslogtreecommitdiff
path: root/sepolicy/init-devwait-sh.te
blob: 1529536b724306afd493a44c203d6db9230d9923 (plain)
1
2
3
4
5
6
7
8
9
type init-qcom-devwait-sh, domain;
type init-qcom-devwait-sh_exec, exec_type, file_type;

init_daemon_domain(init-qcom-devwait-sh)

allow init-qcom-devwait-sh shell_exec:file rx_file_perms;

# execute toybox/toolbox
allow init-qcom-devwait-sh toolbox_exec:file rx_file_perms;