Merge "Fix denial when flashing vendor_boot in fastbootd."

This commit is contained in:
TreeHugger Robot 2021-06-22 18:49:01 +00:00 committed by Android (Google) Code Review
commit cd0d9bc391

View file

@ -3,4 +3,5 @@ recovery_only(`
allow fastbootd devinfo_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 custom_ab_block_device:blk_file rw_file_perms;
')