Add remote_provisioning.connect_timeout_millis as sysprop
Allow some services to control connection_timeout for testing purposes. Test: atest RkpdAppUnitTests Change-Id: Id70ed60c4f67e8f7910870a0b28a2b409fe97f62
This commit is contained in:
parent
b30e2f05f7
commit
3999879dde
1 changed files with 3 additions and 0 deletions
|
@ -1494,6 +1494,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
|
||||
|
||||
# Connection Timeout for remote provisioning step
|
||||
remote_provisioning.connect_timeout_millis u:object_r:remote_prov_prop:s0 exact int
|
||||
|
||||
# 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