Merge "Add sepolicy for ro.build.ab_update.ab_ota_partitions" am: cd69d35a5e
am: b7185cb58e
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2597146 Change-Id: I1a929427aebd923c184d860ed2a308e607e25bbb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ed859c9fd8
4 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
fuseblkd_untrusted_exec
|
||||
fuseblkd
|
||||
fuseblkd_exec
|
||||
ota_build_prop
|
||||
permissive_mte_prop
|
||||
persist_sysui_builder_extras_prop
|
||||
prng_seeder
|
||||
|
|
|
@ -337,6 +337,7 @@ snapuserd.test.dm.snapshots u:object_r:snapuserd_prop:s0 exact bool
|
|||
snapuserd.test.io_uring.force_disable u:object_r:snapuserd_prop:s0 exact bool
|
||||
|
||||
ro.product.ab_ota_partitions u:object_r:ota_prop:s0 exact string
|
||||
ro.vendor.build.ab_ota_partitions u:object_r:ota_build_prop:s0 exact string
|
||||
# Property to set/clear the warm reset flag after an OTA update.
|
||||
ota.warm_reset u:object_r:ota_prop:s0
|
||||
# The vbmeta digest for the inactive slot. It can be set after installing
|
||||
|
|
|
@ -14,6 +14,7 @@ set_prop(update_engine, ctl_snapuserd_prop)
|
|||
|
||||
# Allow to set the OTA related properties, e.g. ota.warm_reset.
|
||||
set_prop(update_engine, ota_prop)
|
||||
get_prop(update_engine, ota_build_prop)
|
||||
|
||||
# Allow to get the DSU status
|
||||
get_prop(update_engine, gsid_prop)
|
||||
|
|
|
@ -168,6 +168,7 @@ system_vendor_config_prop(media_variant_prop)
|
|||
system_vendor_config_prop(mediadrm_config_prop)
|
||||
system_vendor_config_prop(mm_events_config_prop)
|
||||
system_vendor_config_prop(oem_unlock_prop)
|
||||
system_vendor_config_prop(ota_build_prop)
|
||||
system_vendor_config_prop(packagemanager_config_prop)
|
||||
system_vendor_config_prop(recovery_config_prop)
|
||||
system_vendor_config_prop(recovery_usb_config_prop)
|
||||
|
|
Loading…
Reference in a new issue