From 5e40b9af4c176f431f381b8df11b342abeffb537 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Mon, 2 Feb 2015 15:48:03 +0530 Subject: init: Add a service for taimport * 'exec' and SELinux don't go well, and there's no reason not to have this a service. Change-Id: Ica4ee5f820a64ac51a3ad3353e3e58b685cf7d43 --- rootdir/init.qcom.rc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'rootdir') diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 3a30c26..94c7937 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -97,9 +97,6 @@ on fs chmod 0555 /lta-label chmod 0755 /data/etc - exec /system/bin/taimport - - restorecon_recursive /data/etc on early-boot # set RLIMIT_MEMLOCK to 64MB @@ -418,6 +415,12 @@ service tad_static /system/bin/tad_static /dev/block/mmcblk0 1,16 socket tad stream 0660 system system class core +service taimport /system/bin/taimport + class late_start + user root + group system + oneshot + service netmgrd /system/bin/netmgrd class main -- cgit v1.2.3