diff --git a/whitechapel_pro/fastbootd.te b/whitechapel_pro/fastbootd.te index c1c4de7b..0d215a84 100644 --- a/whitechapel_pro/fastbootd.te +++ b/whitechapel_pro/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 citadel_device:chr_file rw_file_perms; ')