Home | History | Annotate | Download | only in vendor
      1 # symlink /sdcard to backing block
      2 allow init tmpfs:lnk_file create;
      3 allow init configfs:lnk_file create;
      4 
      5 allow init firmware_file:dir mounton;
      6 allow init configfs:file w_file_perms;
      7 allow init debugfs_clk:file w_file_perms;
      8 
      9 allow init tty_device:chr_file rw_file_perms;
     10 
     11 allow init persist_file:dir mounton;
     12 
     13 allow init ab_block_device:lnk_file relabelto;
     14 allow init boot_block_device:lnk_file relabelto;
     15 allow init persist_block_device:lnk_file relabelto;
     16 
     17 dontaudit init kernel:system module_request;
     18