Set an initial keystore.boot_level

Keystore listens to this property and uses it to honor the
MAX_BOOT_LEVEL key tag.

Test: boot, use adb getprop to find the current value.
Bug: 176450483
Change-Id: If32b20f56f96afa24166188c2dd931620dcaef98
This commit is contained in:
Paul Crowley 2021-02-04 17:30:56 -08:00
parent c89dd8594e
commit 95a25124c7

View file

@ -470,6 +470,9 @@ on init
chmod 0664 /sys/module/lowmemorykiller/parameters/minfree
start lmkd
# Set an initial boot level - start at 10 in case we need to add earlier ones.
setprop keystore.boot_level 10
# Start essential services.
start servicemanager
start hwservicemanager