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

Commit c4956b0e authored by Victor Hsieh's avatar Victor Hsieh
Browse files

Remove fsverity_init reference from init

Test: TH
Bug: 277916185
Change-Id: Ibdfe7c0b47a10a5412e962eb88320379b06c34d6
parent 0c563315
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -37,7 +37,6 @@ prebuilt_etc {
    src: "init.rc",
    src: "init.rc",
    sub_dir: "init/hw",
    sub_dir: "init/hw",
    required: [
    required: [
        "fsverity_init",
        "platform-bootclasspath",
        "platform-bootclasspath",
        "init.boringssl.zygote64.rc",
        "init.boringssl.zygote64.rc",
        "init.boringssl.zygote64_32.rc",
        "init.boringssl.zygote64_32.rc",
+0 −3
Original line number Original line Diff line number Diff line
@@ -620,9 +620,6 @@ on late-fs
    # HALs required before storage encryption can get unlocked (FBE)
    # HALs required before storage encryption can get unlocked (FBE)
    class_start early_hal
    class_start early_hal


    # Load trusted keys from dm-verity protected partitions
    exec -- /system/bin/fsverity_init --load-verified-keys

# Only enable the bootreceiver tracing instance for kernels 5.10 and above.
# Only enable the bootreceiver tracing instance for kernels 5.10 and above.
on late-fs && property:ro.kernel.version=4.19
on late-fs && property:ro.kernel.version=4.19
    setprop bootreceiver.enable 0
    setprop bootreceiver.enable 0