From 962c356c2f4f16eedefbc0c7325ab76480acf7c8 Mon Sep 17 00:00:00 2001 From: Pavan Kumar M Date: Thu, 8 Mar 2018 23:05:04 +0530 Subject: msm8996-common: Add vendor prefix to data/ims vendor binaries Added vendor prefix to vendor bins Change-Id: I634951944537397727239a17ce64522b3d2dac0e Signed-off-by: Davide Garberi --- rootdir/etc/init.qcom.rc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'rootdir') diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 11a34aa..34f6d17 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -543,14 +543,16 @@ service adsprpcd /vendor/bin/adsprpcd group media writepid /dev/cpuset/system-background/tasks -service imsqmidaemon /vendor/bin/imsqmidaemon +# imsdatadaemon starts with root and UID will be downgraded to SYSTEM. +service vendor.imsqmidaemon /vendor/bin/imsqmidaemon class main user system socket ims_qmid stream 0660 system radio group radio log diag writepid /dev/cpuset/system-background/tasks -service imsdatadaemon /vendor/bin/imsdatadaemon +# imsdatadaemon starts with root and UID will be downgraded to SYSTEM. +service vendor.imsdatadaemon /vendor/bin/imsdatadaemon class main user system socket ims_datad stream 0660 system radio @@ -559,7 +561,7 @@ service imsdatadaemon /vendor/bin/imsdatadaemon disabled on property:vendor.ims.QMI_DAEMON_STATUS=1 - start imsdatadaemon + start vendor.imsdatadaemon service vendor.ims_rtp_daemon /vendor/bin/ims_rtp_daemon class main -- cgit v1.2.3