From ece565cca2a4babe897f5fd68ab14a7af5071b30 Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Thu, 4 Oct 2012 17:02:26 -0700 Subject: [PATCH] rootdir: init.rc: add drmrpc to surfaceflinger supplemental groups This is necessary for some HWC hals to be able to communicate with secure side to grant protected access to hardware owned by the hwc. This is necessary on some architectures to grant access to secure buffers to overlay/csc hardware Change-Id: I4e4becba5b4a80310ce8932edea5d0d046fa9b00 Signed-off-by: Dima Zavin --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index e9abaddc8..e01a5afe1 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -437,7 +437,7 @@ service ril-daemon /system/bin/rild service surfaceflinger /system/bin/surfaceflinger class main user system - group graphics + group graphics drmrpc onrestart restart zygote service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server