Label dtbo_block_device with flag-guarding
Bug: 319035582 Test: run device assignment demo Change-Id: I813be88391c9ff79d94e504149963160f1d74b2c
This commit is contained in:
parent
f05143f43c
commit
0c15160cad
2 changed files with 12 additions and 1 deletions
3
vendor/update_engine.te
vendored
3
vendor/update_engine.te
vendored
|
@ -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;
|
||||
')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue