Label dtbo_block_device with flag-guarding

Bug: 319035582
Test: run device assignment demo
Change-Id: I813be88391c9ff79d94e504149963160f1d74b2c
This commit is contained in:
Inseob Kim 2024-01-10 16:36:36 +09:00
parent f05143f43c
commit 0c15160cad
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,6 @@
allow update_engine custom_ab_block_device:blk_file rw_file_perms;
allow update_engine modem_block_device:blk_file rw_file_perms;
allow update_engine proc_bootconfig:file r_file_perms;
is_flag_enabled(RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT, `
allow update_engine dtbo_block_device:blk_file rw_file_perms;
')