Merge "Fix denial when flashing vendor_boot in fastbootd." into sc-dev

This commit is contained in:
TreeHugger Robot 2021-06-29 17:04:07 +00:00 committed by Android (Google) Code Review
commit 432ed9b527

View file

@ -3,4 +3,5 @@ recovery_only(`
allow fastbootd devinfo_block_device:blk_file rw_file_perms; allow fastbootd devinfo_block_device:blk_file rw_file_perms;
allow fastbootd sda_block_device:blk_file rw_file_perms; allow fastbootd sda_block_device:blk_file rw_file_perms;
allow fastbootd sysfs_ota:file rw_file_perms; allow fastbootd sysfs_ota:file rw_file_perms;
allow fastbootd custom_ab_block_device:blk_file rw_file_perms;
') ')