diff options
author | Tianjie Xu <xunchang@google.com> | 2016-07-12 18:31:17 -0700 |
---|---|---|
committer | Tianjie Xu <xunchang@google.com> | 2016-07-12 18:31:17 -0700 |
commit | 1e4635f0a8c307592b015476bc69ee2da28c41af (patch) | |
tree | 866bc6318e47d0fa5637ce7f79a63067a2cbe109 /rootdir/init.rc | |
parent | 3f947d1c58774487579ab5cc784ae781fe7c44c8 (diff) |
Start update_verifier in cache group
Start update_verifier in cache group to avoid dac_override
Bug: 30020920
Change-Id: I227b4a0e1c07e7b9bf209b432e9db02275ffe660
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r-- | rootdir/init.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index d086f4efd..1eec0abf8 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -565,7 +565,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 @@ -588,12 +588,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 |