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

Commit 56c2c2d1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Sets 'verity_update_state' in init.rc" am: af97dedd

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

Change-Id: I4366ab268a92348e1530ce39715ddc55cced68eb
parents 2e812513 af97dedd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -733,7 +733,10 @@ provides the `aidl_lazy_test_1` interface.
`verity_update_state`
> Internal implementation detail used to update dm-verity state and
  set the partition._mount-point_.verified properties used by adb remount
  because fs\_mgr can't set them directly itself.
  because fs\_mgr can't set them directly itself. This is required since
  Android 12, because CtsNativeVerifiedBootTestCases will read property
  "partition.${partition}.verified.hash_alg" to check that sha1 is not used.
  See https://r.android.com/1546980 for more details.

`wait <path> [ <timeout> ]`
> Poll for the existence of the given file and return when found,
+3 −0
Original line number Diff line number Diff line
@@ -1101,6 +1101,9 @@ on boot
    # Define default initial receive window size in segments.
    setprop net.tcp_def_init_rwnd 60

    # Update dm-verity state and set partition.*.verified properties.
    verity_update_state

    # Start standard binderized HAL daemons
    class_start hal