Add file contexts for few new partitions.
This adds file contexts to few new partitions so that the ota update engine is allowed to do OTA over them. Change-Id: I0290b50a92a7a051a4b285a01b3b70d204be6b82
This commit is contained in:
parent
e432d38451
commit
3f883456e5
1 changed files with 6 additions and 0 deletions
6
generic/vendor/lito/file_contexts
vendored
6
generic/vendor/lito/file_contexts
vendored
|
@ -86,6 +86,8 @@
|
|||
/dev/block/platform/soc/1d84000.ufshc/by-name/imagefv_[ab] u:object_r:custom_ab_block_device:s0
|
||||
/dev/block/platform/soc/1d84000.ufshc/by-name/uefisecapp_[ab] u:object_r:uefi_block_device:s0
|
||||
/dev/block/platform/soc/1d84000.ufshc/by-name/recovery_[ab] u:object_r:recovery_block_device:s0
|
||||
/dev/block/platform/soc/1d84000.ufshc/by-name/featenabler_[ab] u:object_r:custom_ab_block_device:s0
|
||||
/dev/block/platform/soc/1d84000.ufshc/by-name/core_nhlos_[ab] u:object_r:custom_ab_block_device:s0
|
||||
/dev/block/platform/soc/1d84000.ufshc/by-name/vbmeta_system_[ab] u:object_r:custom_ab_block_device:s0
|
||||
/dev/block/platform/soc/1d84000.ufshc/by-name/super u:object_r:super_block_device:s0
|
||||
|
||||
|
@ -134,6 +136,10 @@
|
|||
/dev/block/platform/soc/7c4000.sdhci/by-name/storsec_[ab] u:object_r:custom_ab_block_device:s0
|
||||
/dev/block/platform/soc/7c4000.sdhci/by-name/imagefv_[ab] u:object_r:custom_ab_block_device:s0
|
||||
/dev/block/platform/soc/7c4000.sdhci/by-name/uefisecapp_[ab] u:object_r:uefi_block_device:s0
|
||||
/dev/block/platform/soc/7c4000.sdhci/by-name/recovery_[ab] u:object_r:recovery_block_device:s0
|
||||
/dev/block/platform/soc/7c4000.sdhci/by-name/featenabler_[ab] u:object_r:custom_ab_block_device:s0
|
||||
/dev/block/platform/soc/7c4000.sdhci/by-name/core_nhlos_[ab] u:object_r:custom_ab_block_device:s0
|
||||
/dev/block/platform/soc/7c4000.sdhci/by-name/vbmeta_system_[ab] u:object_r:custom_ab_block_device:s0
|
||||
|
||||
#non A/B
|
||||
/dev/block/platform/soc/7c4000.sdhci/by-name/system u:object_r:system_block_device:s0
|
||||
|
|
Loading…
Reference in a new issue