• 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 firmware_file:dir mounton;
6allow init configfs:file w_file_perms;
7allow init debugfs_clk:file w_file_perms;
8
9allow init tty_device:chr_file rw_file_perms;
10
11allow init persist_file:dir mounton;
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