From a350f3ae6d119121f63c849b2ae534f38cb1e5fa Mon Sep 17 00:00:00 2001 From: Giulio Cervera Date: Sat, 24 May 2014 03:28:48 +0200 Subject: shinano: secure tad socket Change-Id: I4dcf18df25c25a9be6e2d9b8dcee9417528d79a8 --- rootdir/init.qcom.rc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'rootdir') diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 29e94ce..01f65a7 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -105,7 +105,7 @@ on fs chmod 0555 /lta-label chmod 0755 /data/etc - start tad + class_start sony_ta exec /sbin/wait4tad_static exec /system/bin/taimport @@ -521,12 +521,11 @@ service qmuxd /system/bin/qmuxd # SONY: TrimArea Daemon # Last 2 args: start block(blk size 128k), number of blocks(partitionsize(kb)/128(kb)) -service tad /sbin/tad_static /dev/block/mmcblk0 1,16 - class core +service tad_static /sbin/tad_static /dev/block/mmcblk0 1,16 user root group root - socket tad stream 0660 system system - disabled + socket tad stream 0660 system sony_ta + class sony_ta service updatemiscta /system/bin/updatemiscta class main -- cgit v1.2.3