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