1allow init configfs:lnk_file create;
2
3allow init firmware_file:dir mounton;
4allow init configfs:file w_file_perms;
5allow init debugfs_clk:file w_file_perms;
6
7allow init tty_device:chr_file rw_file_perms;
8
9allow init persist_file:dir mounton;
10
11allow init ab_block_device:lnk_file relabelto;
12allow init boot_block_device:lnk_file relabelto;
13allow init persist_block_device:lnk_file relabelto;
14
15dontaudit init kernel:system module_request;
16
17# b/70518189 vDSO experiments
18allow init sysfs_vdso:file w_file_perms;
19