Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16693fae authored by Alice Wang's avatar Alice Wang
Browse files

Rename system property to enable KeyMint VM

This allows us to regroup Widevine VM under the same trusty
group.

Bug: 368502791
Test: launch_cvd --secure_hals=guest_keymint_trusty_insecure
Test: atest VtsAidlSharedSecretTargetTest
Change-Id: Ica76a896e99f70a64af229bda68622a2ce0dea1f
parent 71ebf1a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ service system.keymint.rust-trusty.nonsecure \
# Only starts the non-secure KeyMint HALs when the KeyMint VM feature is enabled
# TODO(b/357821690): Start the KeyMint HALs when the KeyMint VM is ready once the Trusty VM
# has a mechanism to notify the host.
on late-fs && property:ro.hardware.security.keymint.trusty.system=1 && \
on late-fs && property:ro.hardware.trusty.security_vm.keymint.enabled=1 && \
   property:trusty.security_vm.vm_cid=*
    setprop system.keymint.trusty_ipc_dev VSOCK:${trusty.security_vm.vm_cid}:1
    start system.keymint.rust-trusty.nonsecure