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

Commit c488087a authored by Tianjie Xu's avatar Tianjie Xu
Browse files

Start update_verifier in cache group

Start update_verifier in cache group to avoid dac_override

Bug: 30020920
Change-Id: I227b4a0e1c07e7b9bf209b432e9db02275ffe660
Test: mma
(cherry picked from commit 1e4635f0)
parent 84767043
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -566,7 +566,7 @@ on boot

on nonencrypted
    # A/B update verifier that marks a successful boot.
    exec - root -- /system/bin/update_verifier nonencrypted
    exec - root cache -- /system/bin/update_verifier nonencrypted
    class_start main
    class_start late_start

@@ -589,12 +589,12 @@ on property:vold.decrypt=trigger_post_fs_data

on property:vold.decrypt=trigger_restart_min_framework
    # A/B update verifier that marks a successful boot.
    exec - root -- /system/bin/update_verifier trigger_restart_min_framework
    exec - root cache -- /system/bin/update_verifier trigger_restart_min_framework
    class_start main

on property:vold.decrypt=trigger_restart_framework
    # A/B update verifier that marks a successful boot.
    exec - root -- /system/bin/update_verifier trigger_restart_framework
    exec - root cache -- /system/bin/update_verifier trigger_restart_framework
    class_start main
    class_start late_start