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 allow fastbootd boot_block_device:blk_file ioctl; 5 6 allow fastbootd devinfo_block_device:blk_file r_file_perms; 7 allow fastbootd sysfs_leds:file w_file_perms; 8') 9 10