summaryrefslogtreecommitdiffstats
path: root/update_verifier/update_verifier.rc
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2017-04-01 02:17:34 +0200
committerTom Cherry <tomcherry@google.com>2017-04-04 01:31:16 +0200
commit3a8002f8c0382894b65ea3cece784287a75c7881 (patch)
tree32c6a4967632743e099599bb21062f74cbe04ddc /update_verifier/update_verifier.rc
parentMerge "applypatch: Remove duplicate test files." (diff)
downloadandroid_bootable_recovery-3a8002f8c0382894b65ea3cece784287a75c7881.tar
android_bootable_recovery-3a8002f8c0382894b65ea3cece784287a75c7881.tar.gz
android_bootable_recovery-3a8002f8c0382894b65ea3cece784287a75c7881.tar.bz2
android_bootable_recovery-3a8002f8c0382894b65ea3cece784287a75c7881.tar.lz
android_bootable_recovery-3a8002f8c0382894b65ea3cece784287a75c7881.tar.xz
android_bootable_recovery-3a8002f8c0382894b65ea3cece784287a75c7881.tar.zst
android_bootable_recovery-3a8002f8c0382894b65ea3cece784287a75c7881.zip
Diffstat (limited to 'update_verifier/update_verifier.rc')
-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 fc8a64dee..75cfeb28d 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
- class cache
+ group cache
priority -20
ioprio rt 1
service update_verifier /system/bin/update_verifier ${vold.decrypt}
user root
- class cache
+ group cache
priority -20
ioprio rt 1 \ No newline at end of file