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

Commit 4edb10b6 authored by Xiaoyong Zhou's avatar Xiaoyong Zhou Committed by android-build-merger
Browse files

Merge "Loads fsverity keys" am: 59a01499 am: 818546b3

am: 0b764ce5

Change-Id: I2981a6a8162cbd79e161f1c3d02f6aa10aff7ede
parents 5a470dbb 0b764ce5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -587,6 +587,9 @@ on post-fs-data
    # Check any timezone data in /data is newer than the copy in the runtime module, delete if not.
    exec - system system -- /system/bin/tzdatacheck /apex/com.android.runtime/etc/tz /data/misc/zoneinfo

    # load fsverity keys
    exec -- /system/bin/mini-keyctl -c /product/etc/security/cacerts_fsverity,/vendor/etc/security/cacerts_fsverity -k .fs-verity

    # Wait for apexd to finish activating APEXes before starting more processes.
    # This certainly reduces the parallelism but is required to make as many processes
    # as possible to use the bionic libs from the runtime APEX. This takes less than 50ms