1allow init configfs:lnk_file create;
2
3allow init configfs:file w_file_perms;
4allow init debugfs_clk:file w_file_perms;
5
6allow init tty_device:chr_file rw_file_perms;
7
8allow init mnt_vendor_file:dir mounton;
9
10allow init ab_block_device:lnk_file relabelto;
11allow init boot_block_device:lnk_file relabelto;
12
13dontaudit init kernel:system module_request;
14
15# b/70518189 vDSO experiments
16allow init sysfs_vdso:file w_file_perms;
17
18allow init sysfs_poweroff:file w_file_perms;
19# b/72993533 Thermal mitigation in recovery mode
20allow init sysfs_thermal:file w_file_perms;
21