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

Commit 95a25124 authored by Paul Crowley's avatar Paul Crowley
Browse files

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
parent c89dd859
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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