From 2354e3a924a69e465caee38ad2e2f99b3a8a5265 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 7 Jun 2021 18:41:39 -0700 Subject: [PATCH] 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 --- whitechapel/vendor/google/fastbootd.te | 1 + 1 file changed, 1 insertion(+) diff --git a/whitechapel/vendor/google/fastbootd.te b/whitechapel/vendor/google/fastbootd.te index c1c4de7b..32944aa1 100644 --- a/whitechapel/vendor/google/fastbootd.te +++ b/whitechapel/vendor/google/fastbootd.te @@ -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; ')