From b6831ba66109b6ca40deef80fa4eccb48862eeeb Mon Sep 17 00:00:00 2001 From: Tri Vo Date: Tue, 26 Jul 2022 14:11:27 -0700 Subject: [PATCH] storageproxyd: start storageproxyd as system user and group Bug: 205904330 Test: presubmit Change-Id: Ia833d3b7697935446a78213091e449bbbc2488a4 --- conf/init.zuma.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/init.zuma.rc b/conf/init.zuma.rc index e3d1878a..631b34d4 100644 --- a/conf/init.zuma.rc +++ b/conf/init.zuma.rc @@ -880,7 +880,8 @@ on post-fs-data service storageproxyd /vendor/bin/storageproxyd -d /dev/trusty-ipc-dev0 \ -r /dev/sg1 -p /data/vendor/ss -t ufs class early_hal - user root + user system + group system # Write build info to kdebuginfo on property:ro.build.fingerprint=*