Merge "init.rc: stop calling 'fsverity_init --load-verified-keys'" into main am: 5aade9ca04
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2662658 Change-Id: Id296fb0ac33dd63cb6b2e1de5c6b23b3ec20c662 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e17aeed6b8
2 changed files with 1 additions and 7 deletions
|
|
@ -20,10 +20,7 @@ prebuilt_etc {
|
|||
name: "init.rc",
|
||||
src: "init.rc",
|
||||
sub_dir: "init/hw",
|
||||
required: [
|
||||
"fsverity_init",
|
||||
"platform-bootclasspath",
|
||||
],
|
||||
required: ["platform-bootclasspath"],
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
|
|
|
|||
|
|
@ -629,9 +629,6 @@ on late-fs
|
|||
# HALs required before storage encryption can get unlocked (FBE)
|
||||
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.
|
||||
on late-fs && property:ro.kernel.version=4.9
|
||||
setprop bootreceiver.enable 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue