Home | History | Annotate | Download | only in sepolicy
      1 # symlink /sdcard to backing block
      2 allow init tmpfs:lnk_file create;
      3 
      4 # Run "ifup lo" to bring up the localhost interface
      5 allowxperm init self:udp_socket ioctl { SIOCSIFFLAGS };
      6 
      7 allow init proc_kernel_sched:file w_file_perms;
      8 allow init sysfs_type:lnk_file read;
      9 
     10 allow init firmware_file:dir mounton;
     11 allow init persist_file:dir mounton;
     12 allow init userdata_block_device:blk_file { write };
     13 
     14 allow init persist_block_device:lnk_file relabelto;
     15 
     16 # b/70518189 vDSO experiments
     17 allow init sysfs_vdso:file w_file_perms;
     18