blob: 5a8db16a6f6cc8b38e39b29f64b49090616b6533 [file] [log] [blame]
# symlink /sdcard to backing block
allow init tmpfs:lnk_file create;
allow init configfs:lnk_file create;
allow init firmware_file:dir mounton;
allow init configfs:file w_file_perms;
allow init debugfs_clk:file w_file_perms;
allow init tty_device:chr_file rw_file_perms;
allow init persist_file:dir mounton;
allow init ab_block_device:lnk_file relabelto;
allow init boot_block_device:lnk_file relabelto;
allow init persist_block_device:lnk_file relabelto;
dontaudit init kernel:system module_request;
# b/70518189 vDSO experiments
userdebug_or_eng(`
allow init sysfs_vdso:file w_file_perms;
')