Home | History | Annotate | Download | only in common
      1 # symlink /sdcard to backing block
      2 allow init tmpfs:lnk_file create;
      3 allow init configfs:lnk_file create;
      4 
      5 allow init configfs:file w_file_perms;
      6 allow init debugfs_clk:file w_file_perms;
      7 
      8 allow init tty_device:chr_file rw_file_perms;
      9 
     10 # TODO: continue to fix treble violation (b/112444108)
     11 allow init mnt_vendor_file:dir mounton;
     12 allow init vendor_firmware_file:dir mounton;
     13 allow init vendor_firmware_file:filesystem { relabelto relabelfrom mount };
     14 
     15 allow init ab_block_device:lnk_file relabelto;
     16 allow init boot_block_device:lnk_file relabelto;
     17 
     18 dontaudit init kernel:system module_request;
     19 
     20 # b/70518189 vDSO experiments
     21 allow init sysfs_vdso:file w_file_perms;
     22 
     23 allow init sysfs_poweroff:file w_file_perms;
     24 # b/72993533 Thermal mitigation in recovery mode
     25 allow init sysfs_thermal:file w_file_perms;
     26