1type init-fugu-countrycode-sh, domain;
2type init-fugu-countrycode-sh_exec, exec_type, file_type;
3
4init_daemon_domain(init-fugu-countrycode-sh)
5
6allow init-fugu-countrycode-sh shell_exec:file rx_file_perms;
7
8# execute toybox/toolbox
9allow init-fugu-countrycode-sh toolbox_exec:file rx_file_perms;
10
11set_prop(init-fugu-countrycode-sh, countrycode_prop)
12allow init-fugu-countrycode-sh efs_file:file { open read };
13allow init-fugu-countrycode-sh efs_file:dir search;
14