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