summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-04-18 20:29:32 +0200
committerTianjie Xu <xunchang@google.com>2017-04-19 08:44:43 +0200
commit128e771503ed7711f22bce72c112f1eab15f9ba3 (patch)
tree9e980a34523882245540c8624c03cd74adb8072b
parentAdd the missing LOCAL_CFLAGS for librecovery. (diff)
downloadandroid_bootable_recovery-128e771503ed7711f22bce72c112f1eab15f9ba3.tar
android_bootable_recovery-128e771503ed7711f22bce72c112f1eab15f9ba3.tar.gz
android_bootable_recovery-128e771503ed7711f22bce72c112f1eab15f9ba3.tar.bz2
android_bootable_recovery-128e771503ed7711f22bce72c112f1eab15f9ba3.tar.lz
android_bootable_recovery-128e771503ed7711f22bce72c112f1eab15f9ba3.tar.xz
android_bootable_recovery-128e771503ed7711f22bce72c112f1eab15f9ba3.tar.zst
android_bootable_recovery-128e771503ed7711f22bce72c112f1eab15f9ba3.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