• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1recovery_only(`
2  allow fastbootd ab_block_device:blk_file { w_file_perms ioctl };
3  allow fastbootd system_block_device:blk_file r_file_perms;
4
5  allow fastbootd boot_block_device:blk_file ioctl;
6
7  allow fastbootd devinfo_block_device:blk_file r_file_perms;
8  allow fastbootd sysfs_leds:file w_file_perms;
9  allow fastbootd citadel_device:chr_file rw_file_perms;
10  userdebug_or_eng(`
11    allow fastbootd firmware_file:dir { remove_name rmdir search write };
12    allow fastbootd firmware_file:{ file lnk_file } unlink;
13  ')
14')
15
16