Home | History | Annotate | Download | only in private
      1 domain_auto_trans(vold, vold_prepare_subdirs_exec, vold_prepare_subdirs)
      2 
      3 allow vold_prepare_subdirs system_file:file execute_no_trans;
      4 allow vold_prepare_subdirs shell_exec:file rx_file_perms;
      5 allow vold_prepare_subdirs toolbox_exec:file rx_file_perms;
      6 allow vold_prepare_subdirs devpts:chr_file rw_file_perms;
      7 allow vold_prepare_subdirs vold:fd use;
      8 allow vold_prepare_subdirs vold:fifo_file { read write };
      9 allow vold_prepare_subdirs file_contexts_file:file r_file_perms;
     10 allow vold_prepare_subdirs self:global_capability_class_set { chown dac_override fowner };
     11 allow vold_prepare_subdirs self:process setfscreate;
     12 allow vold_prepare_subdirs {
     13   system_data_file
     14   vendor_data_file
     15 }:dir { open read write add_name remove_name rmdir relabelfrom };
     16 allow vold_prepare_subdirs {
     17     fingerprint_vendor_data_file
     18     storaged_data_file
     19     vold_data_file
     20 }:dir { create_dir_perms relabelto };
     21 allow vold_prepare_subdirs {
     22     fingerprint_vendor_data_file
     23     storaged_data_file
     24     system_data_file
     25     vold_data_file
     26 }:file { getattr unlink };
     27