Add build flag indicating that rkpd is enabled. am: 0afe97a38f
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2399548 Change-Id: I07efb44a1165beaf98b76aa58f934084d3449d08 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
96b8a026fd
1 changed files with 3 additions and 0 deletions
|
@ -1370,6 +1370,9 @@ remote_provisioning.tee.rkp_only u:object_r:remote_prov_prop:s0 exact bool
|
|||
# Hostname for the remote provisioning server a device should communicate with
|
||||
remote_provisioning.hostname u:object_r:remote_prov_prop:s0 exact string
|
||||
|
||||
# Indicates the system should use rkpd instead of RemoteProvisioner
|
||||
remote_provisioning.enable_rkpd u:object_r:remote_prov_prop:s0 exact bool
|
||||
|
||||
# Broadcast boot stages, which keystore listens to
|
||||
keystore.boot_level u:object_r:keystore_listen_prop:s0 exact int
|
||||
|
||||
|
|
Loading…
Reference in a new issue