Merge "Loads fsverity keys"
am: 59a0149939
Change-Id: Ife4d8d6f6a32b19aa60616ecc850eae46a0b3c2b
This commit is contained in:
commit
818546b32c
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue