• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# symlink /sdcard to backing block
2allow init tmpfs:lnk_file create;
3allow init configfs:lnk_file create;
4
5allow init configfs:file w_file_perms;
6allow init debugfs_clk:file w_file_perms;
7
8allow init tty_device:chr_file rw_file_perms;
9
10# TODO: continue to fix treble violation (b/112444108)
11allow init mnt_vendor_file:dir mounton;
12allow init vendor_firmware_file:dir mounton;
13allow init vendor_firmware_file:filesystem { relabelto relabelfrom mount };
14
15allow init ab_block_device:lnk_file relabelto;
16allow init boot_block_device:lnk_file relabelto;
17
18dontaudit init kernel:system module_request;
19
20# b/70518189 vDSO experiments
21allow init sysfs_vdso:file w_file_perms;
22
23allow init sysfs_poweroff:file w_file_perms;
24# b/72993533 Thermal mitigation in recovery mode
25allow init sysfs_thermal:file w_file_perms;
26