Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ece565cc authored by Dima Zavin's avatar Dima Zavin
Browse files

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: default avatarDima Zavin <dima@android.com>
parent 48f3b576
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -437,7 +437,7 @@ service ril-daemon /system/bin/rild
service surfaceflinger /system/bin/surfaceflinger
service surfaceflinger /system/bin/surfaceflinger
    class main
    class main
    user system
    user system
    group graphics
    group graphics drmrpc
    onrestart restart zygote
    onrestart restart zygote


service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server