• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
8# TODO: continue to fix treble violation (b/112444108)
9allow init mnt_vendor_file:dir mounton;
10allow init vendor_firmware_file:dir mounton;
11allow init vendor_firmware_file:filesystem { relabelto relabelfrom mount getattr };
12
13allow init ab_block_device:lnk_file relabelto;
14allow init boot_block_device:lnk_file relabelto;
15allow init persist_block_device:lnk_file relabelto;
16
17dontaudit init kernel:system module_request;
18
19# b/70518189 vDSO experiments
20allow init sysfs_vdso:file w_file_perms;
21
22allow init sysfs_poweroff:file w_file_perms;
23# b/72993533 Thermal mitigation in recovery mode
24allow init sysfs_thermal:file w_file_perms;
25