From 50e32b752ee58231096d2413470d944cb4bb9ec5 Mon Sep 17 00:00:00 2001 From: Connor O'Brien Date: Tue, 8 Nov 2016 16:14:55 -0800 Subject: [PATCH] Run boot HAL service as root The service must run as root to access block devices required by the existing implementation. Test: bootctl is-slot-bootable 1 Change-Id: I882cba8ad24943781d5c447b67518acc03efc9a8 Signed-off-by: Connor O'Brien --- boot/1.0/default/android.hardware.boot@1.0-service.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 57c1aff31c..67d400b9ef 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