Home | History | Annotate | Download | only in private
      1 # /system/bin/init.elabel.sh
      2 #
      3 # write data from /persist/elabel to /data/misc/elabel for use by
      4 # settings app
      5 #
      6 init_daemon_domain(init_elabel)
      7 
      8 allow init_elabel shell_exec:file rx_file_perms;
      9 allow init_elabel toolbox_exec:file rx_file_perms;
     10 
     11 allow init_elabel elabel_data_file:dir rw_dir_perms;
     12 allow init_elabel elabel_data_file:file create_file_perms;
     13