From 34f0bb6d25ae2948e52ea9776f2ed6534b80eadd Mon Sep 17 00:00:00 2001 From: Devi Sandeep Endluri V V Date: Mon, 10 Jul 2017 12:01:18 +0530 Subject: [PATCH] [DPM-init_script]:Create dpm sockets via init.qcom.rc -dpmwrapper and tcm unix domain sockets are created from init.qcom.rc to enable socket communication in system region. CRs-Fixed: 2076621 Change-Id: I06dfe50f0547d6b9dc489dba5fbd9cf62c1b66b0 --- rootdir/etc/init.qcom.rc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index ec7b0a04..8527bfad 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -519,7 +519,9 @@ service cnd /system/vendor/bin/cnd service dpmd /system/bin/dpmd class late_start socket dpmd stream 660 root system - group system readproc + socket tcm stream 660 root inet + socket dpmwrapper stream 660 root inet + group system readproc inet service dpmQmiMgr /system/vendor/bin/dpmQmiMgr class main