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 debugfs_sps:dir search; 15allow init debugfs_sps:file w_file_perms;