Merge "[DPM-init_script]:Create dpm sockets via init.qcom.rc" into qcom-devices.lnx.1.9-rel

This commit is contained in:
Linux Build Service Account 2017-07-21 16:54:33 -07:00 committed by Gerrit - the friendly Code Review server
commit b767c07574
1 changed files with 3 additions and 1 deletions

View File

@ -519,7 +519,9 @@ service cnd /system/vendor/bin/cnd
service dpmd /system/bin/dpmd service dpmd /system/bin/dpmd
class late_start class late_start
socket dpmd stream 660 root system 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 service dpmQmiMgr /system/vendor/bin/dpmQmiMgr
class main class main