commit | 72882f05ec48b729ca051c1a421dd0bda9f9cc99 | [log] [tgz] |
---|---|---|
author | Connor O'Brien <connoro@google.com> | Thu Nov 10 20:23:00 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 10 20:23:01 2016 +0000 |
tree | acd02a66ff2795ff32fa023e1a41f2435a83ab48 | |
parent | d91322ea4375850a86f6f5c7ad062eb722ddc9c4 [diff] | |
parent | 50e32b752ee58231096d2413470d944cb4bb9ec5 [diff] |
Merge "Run boot HAL service as root"
diff --git a/boot/1.0/default/android.hardware.boot@1.0-service.rc b/boot/1.0/default/android.hardware.boot@1.0-service.rc index 57c1aff..67d400b 100644 --- a/boot/1.0/default/android.hardware.boot@1.0-service.rc +++ b/boot/1.0/default/android.hardware.boot@1.0-service.rc
@@ -1,4 +1,4 @@ service boot-hal-1-0 /system/bin/hw/android.hardware.boot@1.0-service class hal - user system - group system readproc + user root + group root