diff options
author | Tianjie Xu <xunchang@google.com> | 2017-04-19 20:17:22 +0200 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-04-19 20:17:23 +0200 |
commit | 464c6ba9f863c39ae7b0ff57085a634f55c401d3 (patch) | |
tree | b6f535a6f2d1dc4545857c95560efd6113c59f9a | |
parent | Merge "Add tests for update_binary_command()." into oc-dev (diff) | |
parent | Add 'system' to update_verifier's gid (diff) | |
download | android_bootable_recovery-464c6ba9f863c39ae7b0ff57085a634f55c401d3.tar android_bootable_recovery-464c6ba9f863c39ae7b0ff57085a634f55c401d3.tar.gz android_bootable_recovery-464c6ba9f863c39ae7b0ff57085a634f55c401d3.tar.bz2 android_bootable_recovery-464c6ba9f863c39ae7b0ff57085a634f55c401d3.tar.lz android_bootable_recovery-464c6ba9f863c39ae7b0ff57085a634f55c401d3.tar.xz android_bootable_recovery-464c6ba9f863c39ae7b0ff57085a634f55c401d3.tar.zst android_bootable_recovery-464c6ba9f863c39ae7b0ff57085a634f55c401d3.zip |
-rw-r--r-- | update_verifier/update_verifier.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update_verifier/update_verifier.rc b/update_verifier/update_verifier.rc index 808f2c055..862b06257 100644 --- a/update_verifier/update_verifier.rc +++ b/update_verifier/update_verifier.rc @@ -1,11 +1,11 @@ service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted user root - group cache + group cache system priority -20 ioprio rt 0 service update_verifier /system/bin/update_verifier ${vold.decrypt} user root - group cache + group cache system priority -20 ioprio rt 0 |