Fix denial when flashing vendor_boot in fastbootd.

This mirrors the same sepolicy line in previous Pixel devices.

Bug: 189493387
Test: fastboot flash vendor_boot on r4
Change-Id: Ie15c8e6e5c01b249e1e5e244666c461253279f0b
This commit is contained in:
David Anderson 2021-06-07 18:41:39 -07:00
parent 15f7a61603
commit 2354e3a924

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;
')