Label dtbo_block_device with flag-guarding am: 0c15160cad
am: f817f9b687
Original change: https://android-review.googlesource.com/c/device/google/zuma-sepolicy/+/2903809 Change-Id: I88784ab20f5e4a4c97000784e426a446a769777c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
bd1ea77736
2 changed files with 12 additions and 1 deletions
8
vendor/file_contexts
vendored
8
vendor/file_contexts
vendored
|
@ -71,7 +71,15 @@
|
|||
/dev/block/platform/13200000\.ufs/by-name/devinfo u:object_r:devinfo_block_device:s0
|
||||
/dev/block/platform/13200000\.ufs/by-name/dpm_[ab] u:object_r:custom_ab_block_device:s0
|
||||
/dev/block/platform/13200000\.ufs/by-name/dram_train_[ab] u:object_r:custom_ab_block_device:s0
|
||||
|
||||
is_flag_enabled(RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT, `
|
||||
/dev/block/platform/13200000\.ufs/by-name/dtbo_[ab] u:object_r:dtbo_block_device:s0
|
||||
')
|
||||
|
||||
is_flag_disabled(RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT, `
|
||||
/dev/block/platform/13200000\.ufs/by-name/dtbo_[ab] u:object_r:custom_ab_block_device:s0
|
||||
')
|
||||
|
||||
/dev/block/platform/13200000\.ufs/by-name/frp u:object_r:frp_block_device:s0
|
||||
/dev/block/platform/13200000\.ufs/by-name/gsa_bl1_[ab] u:object_r:custom_ab_block_device:s0
|
||||
/dev/block/platform/13200000\.ufs/by-name/gsa_[ab] u:object_r:custom_ab_block_device:s0
|
||||
|
|
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