Merge "Fix denial when flashing vendor_boot in fastbootd." into sc-dev am: 432ed9b527

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15135682

Change-Id: I84c80310cbd1897fe7ef1bac5d9b6c8bc024412e
This commit is contained in:
TreeHugger Robot 2021-06-29 17:24:18 +00:00 committed by Automerger Merge Worker
commit 3de1991b67

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