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

Commit 7fad65e8 authored by Eric Biggers's avatar Eric Biggers Committed by Automerger Merge Worker
Browse files

Merge changes from topic "fsverity-init-cleanup" into main am: 42164ff9 am:...

Merge changes from topic "fsverity-init-cleanup" into main am: 42164ff9 am: 0a4764fa am: 2bbf32da

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2650779



Change-Id: Ie242ff19e3ca31fb3f47138cf78149baaeb92eec
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 50ff0ce9 2bbf32da
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -1041,13 +1041,9 @@ on post-fs-data
    # Must start after 'derive_classpath' to have *CLASSPATH variables set.
    start odsign

    # Before we can lock keys and proceed to the next boot stage, wait for
    # odsign to be done with the key
    # Wait for odsign to be done with the key.
    wait_for_prop odsign.key.done 1

    # Lock the fs-verity keyring, so no more keys can be added
    exec -- /system/bin/fsverity_init --lock

    # Bump the boot level to 1000000000; this prevents further on-device signing.
    # This is a special value that shuts down the thread which listens for
    # further updates.