summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-04-19 20:17:22 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-04-19 20:17:23 +0200
commit464c6ba9f863c39ae7b0ff57085a634f55c401d3 (patch)
treeb6f535a6f2d1dc4545857c95560efd6113c59f9a
parentMerge "Add tests for update_binary_command()." into oc-dev (diff)
parentAdd 'system' to update_verifier's gid (diff)
downloadandroid_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.rc4
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