Merge "trusty: keymint: rename trusty_ipc_dev property" into main
This commit is contained in:
commit
8da4af89fd
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
service system.keymint.rust-trusty.nonsecure \
|
service system.keymint.rust-trusty.nonsecure \
|
||||||
/system_ext/bin/hw/android.hardware.security.keymint-service.rust.trusty.system.nonsecure \
|
/system_ext/bin/hw/android.hardware.security.keymint-service.rust.trusty.system.nonsecure \
|
||||||
--dev ${ro.hardware.trusty_ipc_dev.keymint:-/dev/trusty-ipc-dev0}
|
--dev ${system.keymint.trusty_ipc_dev:-/dev/trusty-ipc-dev0}
|
||||||
disabled
|
disabled
|
||||||
user nobody
|
user nobody
|
||||||
group drmrpc
|
group drmrpc
|
||||||
|
|
@ -12,6 +12,6 @@ service system.keymint.rust-trusty.nonsecure \
|
||||||
# TODO(b/357821690): Start the KeyMint HALs when the KeyMint VM is ready once the Trusty VM
|
# TODO(b/357821690): Start the KeyMint HALs when the KeyMint VM is ready once the Trusty VM
|
||||||
# has a mechanism to notify the host.
|
# has a mechanism to notify the host.
|
||||||
on late-fs && property:ro.hardware.security.keymint.trusty.system=1 && \
|
on late-fs && property:ro.hardware.security.keymint.trusty.system=1 && \
|
||||||
property:ro.hardware.trusty_vm_cid=*
|
property:trusty_vm_system.vm_cid=*
|
||||||
setprop ro.hardware.trusty_ipc_dev.keymint VSOCK:${ro.hardware.trusty_vm_cid}:1
|
setprop system.keymint.trusty_ipc_dev VSOCK:${trusty_vm_system.vm_cid}:1
|
||||||
start system.keymint.rust-trusty.nonsecure
|
start system.keymint.rust-trusty.nonsecure
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue